Index: /applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java
===================================================================
--- /applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java	(revision 33989)
+++ /applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java	(revision 33990)
@@ -58,11 +58,12 @@
     public static CustomizeStopAction createCustomizeStopAction() 
     {
+        // CHECKSTYLE.OFF: LineLength
     	CustomizeStopAction action = new CustomizeStopAction(
                 tr(CUSTOMIZE_STOP_ACTION_MENU_NAME), CUSTOMIZE_STOP_ACTION_ICON_NAME,
                 tr(CUSTOMIZE_STOP_ACTION_MENU_TOOLTIP),
-                // CHECKSTYLE.OFF: LineLength
-                Shortcut.registerShortcut("tools:customizestop", tr("Tool: {0}", tr(CUSTOMIZE_STOP_ACTION_MENU_NAME)), KeyEvent.VK_U, Shortcut.DIRECT), true);
-    	        // CHECKSTYLE.ON: LineLength
+                Shortcut.registerShortcut("tools:customizestop", tr("Tool: {0}", tr(CUSTOMIZE_STOP_ACTION_MENU_NAME)), KeyEvent.VK_U, Shortcut.DIRECT),
+                true);
         action.putValue("help", ht("/Action/CustomizeStopAction"));
+        // CHECKSTYLE.ON: LineLength
         return action;
     }
