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


Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (10 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

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

    r8509 r8510  
    88 * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the
    99 * 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.
     10 * An alternative is to set the name in the plist file for the  OS X Application Bundle.
    1211 *
    1312 * @since 1023
    1413 */
    15 public class JOSM extends MainApplication {}
     14public class JOSM extends MainApplication {
     15
     16}
Note: See TracChangeset for help on using the changeset viewer.