Changeset 30523 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2014-07-12T21:51:45+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/OsmToCmd.java
r30319 r30523 1 1 /* 2 2 * OsmToCmd.java 3 * 3 * 4 4 * Copyright 2011 Hind <foxhind@gmail.com> 5 * 5 * 6 6 */ 7 8 7 package CommandLine; 9 8 … … 42 41 import org.openstreetmap.josm.io.IllegalDataException; 43 42 import org.openstreetmap.josm.io.UTFInputStreamReader; 44 import org.openstreetmap.josm.tools.DateUtils;45 43 import org.openstreetmap.josm.tools.XmlParsingException; 44 import org.openstreetmap.josm.tools.date.DateUtils; 46 45 import org.xml.sax.Attributes; 47 46 import org.xml.sax.InputSource;
Note:
See TracChangeset
for help on using the changeset viewer.