- Timestamp:
- 2013-10-02T00:52:41+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/sort/WayConnectionTypeCalculator.java
r6265 r6286 16 16 public class WayConnectionTypeCalculator { 17 17 18 private final int UNCONNECTED = Integer.MIN_VALUE; 18 private static final int UNCONNECTED = Integer.MIN_VALUE; 19 19 20 20 private List<RelationMember> members;
Note:
See TracChangeset
for help on using the changeset viewer.