Index: applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/MenuExportAction.java
===================================================================
--- applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/MenuExportAction.java	(revision 31697)
+++ applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/MenuExportAction.java	(revision 32278)
@@ -11,16 +11,17 @@
  *
  */
+public class MenuExportAction extends JosmAction {
 
-public class MenuExportAction extends JosmAction {
-       
-        public MenuExportAction(){
-        super(tr("OSM Recommendation"), "images/dialogs/logo-osmrec.png", 
-                tr("Recommend categories to your newly created instances."), null, false);
+    /**
+     * Constructs a new {@code MenuExportAction}.
+     */
+    public MenuExportAction(){
+        super(tr("OSM Recommendation"), "dialogs/logo-osmrec.png", 
+              tr("Recommend categories to your newly created instances."), null, false);
     }
         
     @Override
     public void actionPerformed(ActionEvent arg0) {
-
-        if( OSMRecPlugin.getCurrentMapFrame() !=null ){
+        if (OSMRecPlugin.getCurrentMapFrame() != null) {
             OSMRecToggleDialog pro = new OSMRecToggleDialog();
             OSMRecPlugin.getCurrentMapFrame().addToggleDialog(pro);
