Index: trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java	(revision 2375)
+++ trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java	(revision 2376)
@@ -8,8 +8,8 @@
 
 /**
-  * see PlatformHook.java
-  *
-  * BTW: THIS IS A STUB. See comments below for details.
-  */
+ * see PlatformHook.java
+ *
+ * BTW: THIS IS A STUB. See comments below for details.
+ */
 public class PlatformHookUnixoid implements PlatformHook {
     public void preStartupHook(){
@@ -57,8 +57,8 @@
     }
     /**
-      * This should work for all platforms. Yeah, should.
-      * See PlatformHook.java for a list of reasons why
-      * this is implemented here...
-      */
+     * This should work for all platforms. Yeah, should.
+     * See PlatformHook.java for a list of reasons why
+     * this is implemented here...
+     */
     public String makeTooltip(String name, Shortcut sc) {
         String result = "";
@@ -75,7 +75,5 @@
     }
 
-    @Override
-    public String getDefaultStyle()
-    {
+    public String getDefaultStyle() {
         return "javax.swing.plaf.metal.MetalLookAndFeel";
     }
