Changeset 9971 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2016-03-12T23:29:58+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/AbstractRelationAction.java
r9072 r9971 20 20 protected transient Collection<Relation> relations = Collections.<Relation>emptySet(); 21 21 22 @SuppressWarnings("unused") 22 23 protected static final Collection<Relation> getRelations(Collection<? extends OsmPrimitive> primitives) { 23 24 if (primitives == null || primitives.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.