Ignore:
Timestamp:
2013-10-04T03:27:01+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - Avoid commented-out lines of code, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java

    r6240 r6296  
    186186            return test(key, value).remove(key);
    187187        }
    188 /*
    189         DeprecationCheck testAndRemove(String key) {
    190             return test(key).remove(key);
    191         }
    192 */
     188
    193189        DeprecationCheck alternative(String key, String value) {
    194190            alternatives.add(new Tag(key, value));
Note: See TracChangeset for help on using the changeset viewer.