Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK-8295236: Update JavaDoc in javafx.geometry.Point3D #913

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -410,8 +410,8 @@ public Point3D interpolate(Point3D endValue, double t) {
}

/**
* Determines whether this Point3D is equal to a given object.
* Two instances of Point3D are equal if the return values of their
* Determines whether this Point3D is equal to a given object.
* Two instances of Point3D are equal if the return values of their
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point3D also needs @code.

* {@code getX}, {@code getY}, and {@code getZ} methods are equal.
* @param obj an object to be compared with this Point3D.
* @return true if the object to be compared is an instance of Point3D and
Expand Down