Changeset 9880 in josm for trunk/scripts


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

findbugs

Location:
trunk/scripts
Files:
2 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()
  • trunk/scripts/TagInfoExtract.groovy

    r9879 r9880  
    4747import org.openstreetmap.josm.tools.Utils
    4848
    49 class taginfoextract {
     49class TagInfoExtract {
    5050
    5151    static def options
     
    187187    static main(def args) {
    188188        parse_command_line_arguments(args)
    189         def script = new taginfoextract()
     189        def script = new TagInfoExtract()
    190190        if (!options.t || options.t == 'mappaint') {
    191191            script.run()
Note: See TracChangeset for help on using the changeset viewer.