Changeset 11928 in josm for trunk/src/org/openstreetmap/josm/data/osm/event/PrimitivesRemovedEvent.java
- Timestamp:
- 2017-04-16T14:42:27+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/event/PrimitivesRemovedEvent.java
r7005 r11928 15 15 private final boolean wasComplete; 16 16 17 /** 18 * Constructs a new {@code PrimitivesRemovedEvent}. 19 * @param dataSet the dataset from which the event comes from 20 * @param primitives the list of primitives affected by the change 21 * @param wasComplete {@code true} if primitive wasn't really removed from the dataset, it only become incomplete again 22 */ 17 23 public PrimitivesRemovedEvent(DataSet dataSet, Collection<? extends OsmPrimitive> primitives, boolean wasComplete) { 18 24 super(dataSet); … … 32 38 33 39 /** 34 * 35 * @return Trueif primitive wasn't really removed from the dataset, it only become incomplete again40 * Determines if primitive wasn't really removed from the dataset, it only become incomplete again. 41 * @return {@code true} if primitive wasn't really removed from the dataset, it only become incomplete again 36 42 */ 37 43 public boolean wasComplete() {
Note:
See TracChangeset
for help on using the changeset viewer.
