]> source.dussan.org Git - aspectj.git/commitdiff
comment re: List children supporting ListIterator().remove()
authorwisberg <wisberg>
Mon, 5 May 2003 15:10:25 +0000 (15:10 +0000)
committerwisberg <wisberg>
Mon, 5 May 2003 15:10:25 +0000 (15:10 +0000)
asm/src/org/aspectj/asm/StructureNode.java

index 00b4f6f1d231046e8d44bc95e0ca84ded7a424a9..440e31791e765cfa430ddf7a260f9d492b5d736f 100644 (file)
@@ -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;