Index: trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 11039)
+++ trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 11040)
@@ -6,6 +6,4 @@
 import java.awt.BorderLayout;
 import java.awt.EventQueue;
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
 import java.io.IOException;
 import java.net.URL;
@@ -17,5 +15,4 @@
 import javax.swing.JPanel;
 import javax.swing.JScrollPane;
-import javax.swing.KeyStroke;
 import javax.swing.border.EmptyBorder;
 import javax.swing.event.HyperlinkEvent;
Index: trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java	(revision 11039)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java	(revision 11040)
@@ -113,6 +113,12 @@
     public static class Action extends JosmAction {
 
+        // CHECKSTYLE.OFF: LineLength
+        /** Action shortcut (ctrl / space by default */
         public static final Shortcut SHORTCUT = Shortcut.registerShortcut("help:search-items", "Search menu items", KeyEvent.VK_SPACE, Shortcut.CTRL);
+        // CHECKSTYLE.ON: LineLength
 
+        /**
+         * Constructs a new {@code Action}.
+         */
         public Action() {
             super(tr("Search menu items"), "dialogs/search", null,
