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/layer/geoimage/CorrelateGpxWithImages.java

    r8836 r8840  
    9292    private static List<GpxData> loadedGpxData = new ArrayList<>();
    9393
    94     private transient GeoImageLayer yLayer = null;
     94    private transient GeoImageLayer yLayer;
    9595    private double timezone;
    9696    private long delta;
     
    237237
    238238    // remember the last number of matched photos
    239     private int lastNumMatched = 0;
     239    private int lastNumMatched;
    240240
    241241    /** This class is called when the user doesn't find the GPX file he needs in the files that have
Note: See TracChangeset for help on using the changeset viewer.