--- old/modules/javafx.controls/src/main/java/javafx/scene/control/ColorPicker.java 2017-03-09 14:44:16.902173542 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/ColorPicker.java 2017-03-09 14:44:16.790173540 -0800 @@ -74,7 +74,7 @@ * or *

  * colorPicker.getStyleClass().add("split-button");
- * 
+ * * @since JavaFX 2.2 */ public class ColorPicker extends ComboBoxBase { @@ -95,6 +95,7 @@ private ObservableList customColors = FXCollections.observableArrayList(); /** * Gets the list of custom colors added to the Color Palette by the user. + * @return the list of custom colors */ public final ObservableList getCustomColors() { return customColors;