Ignore:
Timestamp:
2015-09-21T13:25:15+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11882 - ImageryCache plugin wasn't properly deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r8772 r8773  
    128128            new DeprecatedPlugin("notes", IN_CORE),
    129129            new DeprecatedPlugin("mirrored_download", IN_CORE),
    130             new DeprecatedPlugin("imagerycache", IN_CORE),
     130            new DeprecatedPlugin("ImageryCache", IN_CORE),
    131131        });
    132132    }
Note: See TracChangeset for help on using the changeset viewer.