RFR: 8271090: Missing API docs in scenegraph classes [v2]
Ajit Ghaisas
aghaisas at openjdk.java.net
Mon Oct 25 08:30:39 UTC 2021
On Fri, 22 Oct 2021 15:30:36 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/shape/Box.java line 91:
>>
>>> 89: * Default size of the {@code Box}.
>>> 90: */
>>> 91: public static final double DEFAULT_SIZE = 2;
>>
>> This field was exposed by mistake probably. The other shapes don't expose theirs. I recommend to deprecate for removal.
>
> Agreed. That would need to be done in a follow-up issue, and with a CSR. So just revert this addition for this PR.
Reverted this change.
Filed [JDK-8275848](https://bugs.openjdk.java.net/browse/JDK-8275848) for addressing this.
-------------
PR: https://git.openjdk.java.net/jfx/pull/650
More information about the openjfx-dev
mailing list