Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/data/osm/history/History.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/History.java
r1670 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.ArrayList; … … 8 10 import java.util.List; 9 11 import java.util.NoSuchElementException; 10 import static org.openstreetmap.josm.tools.I18n.tr;11 12 12 13 public class History{
Note: See TracChangeset
for help on using the changeset viewer.
