Index: /trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java	(revision 12401)
+++ /trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java	(revision 12402)
@@ -70,5 +70,6 @@
 
     /**
-     * Checks if the key denotes a <a href="http://wiki.openstreetmap.org/wiki/Key:access#Transport_mode_restrictions">transport access mode restriction</a>
+     * Checks if the key denotes a
+     * <a href="http://wiki.openstreetmap.org/wiki/Key:access#Transport_mode_restrictions">transport access mode restriction</a>
      * @param part The key (or the restriction part of it, e.g. for lanes)
      * @return <code>true</code> if it is a restriction
Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/layer/LayerVisibilityAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/layer/LayerVisibilityAction.java	(revision 12401)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/layer/LayerVisibilityAction.java	(revision 12402)
@@ -544,5 +544,5 @@
         private final HashMap<Color, JPanel> panels = new HashMap<>();
 
-        public ColorSelector() {
+        ColorSelector() {
             super(new GridBagLayout());
             add(new JLabel(tr("Color")), GBC.eol().insets(24 + 10, 0, 0, 0));
@@ -564,5 +564,5 @@
                 public void mouseClicked(MouseEvent e) {
                     List<Layer> layers = model.getSelectedLayers();
-                    for(Layer l : layers) {
+                    for (Layer l : layers) {
                         if (l instanceof GpxLayer) {
                             l.getColorProperty().put(color);
@@ -579,5 +579,5 @@
         public void updateLayers(List<Layer> layers, boolean allVisible, boolean allHidden) {
             List<Color> colors = layers.stream().filter(l -> l instanceof GpxLayer)
-                    .map(l -> ((GpxLayer)l).getColorProperty().get())
+                    .map(l -> ((GpxLayer) l).getColorProperty().get())
                     .distinct()
                     .collect(Collectors.toList());
