aboutsummaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-05 15:10:25 +0000
committerwisberg <wisberg>2003-05-05 15:10:25 +0000
commit7d043c7a6303051f25f397b42c10fc42bfaccd9c (patch)
treea3381e1d5d4b2ce2de71f41f31682590f0dda798 /asm
parent2d292e59136188f916dc45f61039c84487e7829c (diff)
downloadaspectj-7d043c7a6303051f25f397b42c10fc42bfaccd9c.tar.gz
aspectj-7d043c7a6303051f25f397b42c10fc42bfaccd9c.zip
comment re: List children supporting ListIterator().remove()
Diffstat (limited to 'asm')
-rw-r--r--asm/src/org/aspectj/asm/StructureNode.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/src/org/aspectj/asm/StructureNode.java b/asm/src/org/aspectj/asm/StructureNode.java
index 00b4f6f1d..440e31791 100644
--- a/asm/src/org/aspectj/asm/StructureNode.java
+++ b/asm/src/org/aspectj/asm/StructureNode.java
@@ -33,6 +33,7 @@ public abstract class StructureNode implements Serializable, Comparable {
protected StructureNode parent = null;
protected String name = "";
protected String kind = "";
+ // children.listIterator() should support remove() operation
protected List children = new ArrayList();
protected IMessage message = null;
protected ISourceLocation sourceLocation = null;