Ignore:
Timestamp:
2015-11-28T18:26:23+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java

    r8846 r9067  
    4444    private static class NodeHash implements Hash<Object, Object> {
    4545
    46         private double precision = Main.pref.getDouble("validator.duplicatenodes.precision", 0.);
     46        private final double precision = Main.pref.getDouble("validator.duplicatenodes.precision", 0.);
    4747
    4848        private LatLon roundCoord(LatLon coor) {
Note: See TracChangeset for help on using the changeset viewer.