Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java	(revision 32519)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java	(revision 32925)
@@ -21,5 +21,5 @@
 public class TurnRestrictionTypeRenderer extends JLabel implements ListCellRenderer<Object> {
 
-    private final Map<TurnRestrictionType, ImageIcon> icons = new HashMap<>();
+    final Map<TurnRestrictionType, ImageIcon> icons = new HashMap<>();
     private String iconSet = "set-a";
 
Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java	(revision 32519)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java	(revision 32925)
@@ -120,5 +120,5 @@
      * Launches an external browser with the sponsors home page
      */
-    class SkobblerUrlLauncher extends MouseAdapter implements HyperlinkListener {
+    static class SkobblerUrlLauncher extends MouseAdapter implements HyperlinkListener {
         protected void launchBrowser() {
             OpenBrowser.displayUrl("http://www.skobbler.de");
