Ignore:
Timestamp:
2014-01-03T04:51:04+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/LabelCompositionStrategy.java

    r6541 r6603  
    153153         * The list of default name tags from which a label candidate is derived.
    154154         */
    155         static public final String[] DEFAULT_NAME_TAGS = {
     155        public static final String[] DEFAULT_NAME_TAGS = {
    156156            "name:" + LanguageInfo.getJOSMLocaleCode(),
    157157            "name",
     
    167167         * @since 6541
    168168         */
    169         static public final String[] DEFAULT_NAME_COMPLEMENT_TAGS = {
     169        public static final String[] DEFAULT_NAME_COMPLEMENT_TAGS = {
    170170            "capacity"
    171171        };
Note: See TracChangeset for help on using the changeset viewer.