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

findbugs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • 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.