Ignore:
Timestamp:
2017-07-30T00:22:46+02:00 (7 years ago)
Author:
Don-vip
Message:

PMD - VariableNamingConventions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/datatransfer/importers/TextTagPaster.java

    r11381 r12537  
    2020 */
    2121public final class TextTagPaster extends AbstractTagPaster {
    22     private static final String help = ht("/Action/PasteTags");
     22    private static final String HELP = ht("/Action/PasteTags");
    2323
    2424    /**
     
    4747        Map<String, String> tags = getTagsImpl(support);
    4848        if (tags.isEmpty()) {
    49             TextTagParser.showBadBufferMessage(help);
     49            TextTagParser.showBadBufferMessage(HELP);
    5050            throw new IOException("Invalid tags to paste.");
    5151        }
Note: See TracChangeset for help on using the changeset viewer.