Index: /trunk/src/org/openstreetmap/josm/actions/JosmAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/JosmAction.java	(revision 10353)
+++ /trunk/src/org/openstreetmap/josm/actions/JosmAction.java	(revision 10354)
@@ -171,6 +171,5 @@
         }
     }
-
-
+    
     /**
      * Installs the listeners to this action.
@@ -198,5 +197,5 @@
      * Overwrite this if {@link #updateEnabledState()} should be called when the active / availabe layers change. Default is true.
      * @return <code>true</code> if a {@link LayerChangeListener} and a {@link ActiveLayerChangeListener} should be registered.
-     * @since 10352
+     * @since 10353
      */
     protected boolean listenToLayerChange() {
@@ -207,5 +206,5 @@
      * Overwrite this if {@link #updateEnabledState()} should be called when the selection changed. Default is true.
      * @return <code>true</code> if a {@link SelectionChangedListener} should be registered.
-     * @since 10352
+     * @since 10353
      */
     protected boolean listenToSelectionChange() {
@@ -265,5 +264,5 @@
      *
      * @return The layer manager.
-     * @since 10352
+     * @since 10353
      */
     public MainLayerManager getLayerManager() {
