Changeset 12893 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2017-09-24T09:34:17+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - add getopt to ant target "compile-cots"; minor fix

File:
1 edited

Legend:

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

    r12892 r12893  
    114114     */
    115115    private void buildCommandLineArgumentMap(String... args) {
     116        Getopt.setI18nHandler(I18n::tr);
    116117        LongOpt[] los = Stream.of(Option.values()).map(Option::toLongOpt).toArray(LongOpt[]::new);
    117 
    118         Getopt.setI18nHandler(I18n::tr);
    119118        Getopt g = new Getopt("JOSM", args, "hv", los);
    120119
Note: See TracChangeset for help on using the changeset viewer.