Changeset: a4d7b7b2daa2 Author: rbair Date: 2013-08-02 09:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a4d7b7b2daa2
Made some fields final, fixed a javadoc issue. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java Changeset: 97ff822bb664 Author: rbair Date: 2013-08-02 09:27 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/97ff822bb664 Removed EMPTY_BINDINGS and use instead Collections.emptyList(). One less field, but more important, the EMPTY_BINDINGS wasn't immutable so there was a possibility of a bug there, whereas now there is not. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java