RFR: JDK-8295236: Update JavaDoc in javafx.geometry.Point3D [v5]

Douglas Held duke at openjdk.org
Wed Oct 19 12:51:22 UTC 2022


On Wed, 19 Oct 2022 12:36:30 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Douglas Held has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update Point3D.java
>>   
>>   Per review
>
> modules/javafx.graphics/src/main/java/javafx/geometry/Point3D.java line 417:
> 
>> 415:      * {@code getX}, {@code getY}, and {@code getZ} methods are equal.
>> 416:      *
>> 417:      * @param {@code obj} the reference object with which to compare
> 
> Don't use `@code` for the parameter declaration, they are treated automatically by the javadoc tool.

Don't use it for `obj` you mean?

-------------

PR: https://git.openjdk.org/jfx/pull/913


More information about the openjfx-dev mailing list