Ignore:
Timestamp:
2016-02-25T00:50:30+01:00 (8 years ago)
Author:
Don-vip
Message:

findbugs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorImageryIndex.groovy

    r9879 r9880  
    2929import org.openstreetmap.josm.tools.Utils
    3030
    31 class sync_editor_imagery_index {
     31class SyncEditorImageryIndex {
    3232
    3333    List<ImageryInfo> josmEntries;
     
    5151    static main(def args) {
    5252        parse_command_line_arguments(args)
    53         def script = new sync_editor_imagery_index()
     53        def script = new SyncEditorImageryIndex()
    5454        script.loadSkip()
    5555        script.start()
Note: See TracChangeset for help on using the changeset viewer.