]> source.dussan.org Git - aspectj.git/commitdiff
flagging that model walker broke in 1.1.1
authorwisberg <wisberg>
Sat, 27 Sep 2003 01:44:07 +0000 (01:44 +0000)
committerwisberg <wisberg>
Sat, 27 Sep 2003 01:44:07 +0000 (01:44 +0000)
docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java

index 66f62386f534d0a28ebac096a871bd5534b043b5..cf1c6a4d5c11e3b44f9267ef398a5be0967a45f4 100644 (file)
@@ -1,6 +1,7 @@
 /* @author Mik Kersten */
 
-// START-SAMPLE api-ajde-modelWalker Walk model to collect join point information for advised methods and constructors
+// WTI sample broke with API updates in 1.1.1
+// START-BROKEN-SAMPLE api-ajde-modelWalker Walk model to collect join point information for advised methods and constructors
 package org.aspectj.samples;
 
 import java.util.*;
@@ -65,5 +66,5 @@ public class JoinPointCollector extends Main {
         StructureModelManager.getDefault().getStructureModel().getRoot().walk(walker);
     }
 }
-//END-SAMPLE api-ajde-modelWalker 
+//END-BROKEN-SAMPLE api-ajde-modelWalker