Changeset 5829 in josm for trunk/src/JOSM.java


Ignore:
Timestamp:
2013-04-06T14:56:43+02:00 (12 years ago)
Author:
Don-vip
Message:

fix javadoc + minor refactorization/code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/JOSM.java ΒΆ

    r3083 r5829  
    11// License: GPL. Copyright 2007 by Immanuel Scholz and others
    2 //Licence: GPL
    3 
    4 // Note: The name of the main class will be the name of the application menu on OS X.
    5 //       so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the
    6 //       user, we subclass it with a nicer name "JOSM".
    7 //       An alternative would be to set the name in the plist file---but JOSM usually
    8 //       is not delivered as an OS X Application Bundle, so we have no plist file.
    9 
    102import org.openstreetmap.josm.gui.MainApplication;
    113
     4/**
     5 * JOSM main class (entry point of the application).<br/>
     6 *
     7 * The name of the main class will be the name of the application menu on OS X.
     8 * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the
     9 * user, we subclass it with a nicer name "JOSM".
     10 * An alternative would be to set the name in the plist file---but JOSM usually
     11 * is not delivered as an OS X Application Bundle, so we have no plist file.
     12 *
     13 * @since 1023
     14 */
    1215public class JOSM extends MainApplication {}
Note: See TracChangeset for help on using the changeset viewer.