Other |
---|
openjfx18Fixed |
CSR :
|
|
Relates :
|
This came up while reviewing JDK-8271090. See - https://github.com/openjdk/jfx/pull/650#discussion_r734599035 class javafx.scene.shape.Box has below field that is mistakenly exposed. public static final double DEFAULT_SIZE = 2; This needs to be marked as deprecated and subsequently removed (made private)
|