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/actions/JoinAreasAction.java

    r9062 r9067  
    190190
    191191        /** Set of {@link WayInPolygon} to be joined by walk algorithm */
    192         private Set<WayInPolygon> availableWays;
     192        private final Set<WayInPolygon> availableWays;
    193193        /** Current state of walk algorithm */
    194194        private WayInPolygon lastWay;
Note: See TracChangeset for help on using the changeset viewer.