On Wed, 19 Oct 2022 12:36:30 GMT, Nir Lisker <[email protected]> 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