Ignore:
Timestamp:
2016-03-13T00:48:12+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - remove useless initializations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r9755 r9978  
    188188    private String countryCode = "";
    189189    /** mirrors of different type for this entry */
    190     private List<ImageryInfo> mirrors = null;
     190    private List<ImageryInfo> mirrors;
    191191    /** icon used in menu */
    192192    private String icon;
    193     private boolean isGeoreferenceValid = false;
    194     private boolean isEpsg4326To3857Supported = false;
     193    private boolean isGeoreferenceValid;
     194    private boolean isEpsg4326To3857Supported;
    195195    // when adding a field, also adapt the ImageryInfo(ImageryInfo)
    196196    // and ImageryInfo(ImageryPreferenceEntry) constructor, equals method, and ImageryPreferenceEntry
Note: See TracChangeset for help on using the changeset viewer.