Ignore:
Timestamp:
2015-04-29T00:46:00+02:00 (9 years ago)
Author:
Don-vip
Message:

code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r8282 r8290  
    88
    99import java.awt.Dimension;
    10 import java.awt.GraphicsEnvironment;
    1110import java.awt.Image;
    1211import java.awt.Toolkit;
     
    197196        /** --offline=<osm_api|josm_website|all> Disable access to the given resource(s), delimited by comma */
    198197        OFFLINE(true),
    199         /* --skip-plugins */
     198        /** --skip-plugins */
    200199        SKIP_PLUGINS(false),
    201200        ;
Note: See TracChangeset for help on using the changeset viewer.