Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (11 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r8836 r8840  
    821821        private List<Integer> position = new ArrayList<>();
    822822        private Iterable<OsmPrimitive> selection;
    823         private String positionString = null;
    824         private String roleString = null;
     823        private String positionString;
     824        private String roleString;
    825825
    826826        MemberInfo(Iterable<OsmPrimitive> selection) {
Note: See TracChangeset for help on using the changeset viewer.