--- old/modules/javafx.graphics/src/main/java/javafx/scene/shape/Box.java 2018-04-07 06:51:05.611646600 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/shape/Box.java 2018-04-07 06:51:05.209505600 +0300 @@ -85,10 +85,6 @@ private TriangleMesh mesh; - /** - * Creates a new instance of {@code Box} of dimension 2 by 2 by 2. - */ - public static final double DEFAULT_SIZE = 2; { @@ -96,6 +92,9 @@ BoxHelper.initHelper(this); } + /** + * Creates a new instance of {@code Box} of dimension 2 by 2 by 2. + */ public Box() { this(DEFAULT_SIZE, DEFAULT_SIZE, DEFAULT_SIZE); }