Index: trunk/src/org/openstreetmap/josm/gui/preferences/display/ColorPreference.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/preferences/display/ColorPreference.java	(revision 12958)
+++ trunk/src/org/openstreetmap/josm/gui/preferences/display/ColorPreference.java	(revision 12959)
@@ -80,5 +80,5 @@
         Color color;
 
-        public ColorEntry(String key, String colorHtml) {
+        ColorEntry(String key, String colorHtml) {
             CheckParameterUtil.ensureParameterNotNull(key, "key");
             this.key = key;
@@ -99,5 +99,5 @@
         private final List<ColorEntry> deleted;
 
-        public ColorTableModel() {
+        ColorTableModel() {
             this.data = new ArrayList<>();
             this.deleted = new ArrayList<>();
