Ignore:
Timestamp:
2015-04-28T00:49:49+02:00 (9 years ago)
Author:
Don-vip
Message:

fix sonar squid:S2039 - Member variable visibility should be specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetItems.java

    r7937 r8285  
    289289
    290290    public static class Usage {
    291         TreeSet<String> values;
    292         boolean hadKeys = false;
    293         boolean hadEmpty = false;
     291        private TreeSet<String> values;
     292        private boolean hadKeys = false;
     293        private boolean hadEmpty = false;
    294294
    295295        public boolean hasUniqueValue() {
     
    11681168        private static final ListCellRenderer<PresetListEntry> RENDERER = new ListCellRenderer<PresetListEntry>() {
    11691169
    1170             JLabel lbl = new JLabel();
     1170            private JLabel lbl = new JLabel();
    11711171
    11721172            @Override
Note: See TracChangeset for help on using the changeset viewer.