Changeset 7005 in josm for trunk/src/org/openstreetmap/josm/gui/SelectionManager.java
- Timestamp:
- 2014-04-26T17:39:23+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/SelectionManager.java
r6990 r7005 296 296 public Collection<OsmPrimitive> getSelectedObjects(boolean alt) { 297 297 298 Collection<OsmPrimitive> selection = new LinkedList< OsmPrimitive>();298 Collection<OsmPrimitive> selection = new LinkedList<>(); 299 299 300 300 // whether user only clicked, not dragged.
Note:
See TracChangeset
for help on using the changeset viewer.
