Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 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/conflict/pair/tags/TagMergeItem.java

    r8513 r8840  
    1717public class TagMergeItem {
    1818
    19     private String key = null;
    20     private String myTagValue = null;
    21     private String theirTagValue = null;
     19    private String key;
     20    private String myTagValue;
     21    private String theirTagValue;
    2222    private MergeDecisionType mergeDecision = MergeDecisionType.UNDECIDED;
    2323
Note: See TracChangeset for help on using the changeset viewer.