Index: trunk/src/JOSM.java
===================================================================
--- trunk/src/JOSM.java	(revision 8509)
+++ trunk/src/JOSM.java	(revision 8510)
@@ -8,8 +8,9 @@
  * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the
  * user, we subclass it with a nicer name "JOSM".
- * An alternative would be to set the name in the plist file---but JOSM usually
- * is not delivered as an OS X Application Bundle, so we have no plist file.
+ * An alternative is to set the name in the plist file for the  OS X Application Bundle.
  *
  * @since 1023
  */
-public class JOSM extends MainApplication {}
+public class JOSM extends MainApplication {
+
+}
