Changeset 7005 in josm for trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadObjectHandler.java
- Timestamp:
- 2014-04-26T17:39:23+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadObjectHandler.java
r6973 r7005 27 27 public static final String command = "load_object"; 28 28 29 private final List<PrimitiveId> ps = new LinkedList< PrimitiveId>();29 private final List<PrimitiveId> ps = new LinkedList<>(); 30 30 31 31 @Override
Note:
See TracChangeset
for help on using the changeset viewer.
