Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java
r1709 r2017 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm.history; 3 4 import static org.openstreetmap.josm.tools.I18n.tr; 3 5 4 6 import java.util.Collections; … … 8 10 9 11 import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 10 11 import static org.openstreetmap.josm.tools.I18n.tr;12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.
