- Timestamp:
- 12/04/12 15:29:55 (12 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-events/src/main/java/de/ugoe/cs/autoquest/eventcore/guimodel/GUIElementTree.java
r1004 r1005 220 220 */ 221 221 public int remove(long id) { 222 int removedCounter = 0; 222 223 IGUIElementSpec node = guiElementSpecs.remove(id); 223 int removedCounter = 1;224 224 225 225 if (node != null) { 226 removedCounter++; 226 227 List<Long> nodesToBeRemoved = childRelations.remove(id); 227 228
Note: See TracChangeset
for help on using the changeset viewer.