diff options
author | wisberg <wisberg> | 2003-09-27 01:44:07 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-09-27 01:44:07 +0000 |
commit | 0d7ff0b717734252a657eda287e38184889f94f7 (patch) | |
tree | 6d8641c4c3b5714eb050ca166f71044b85ba676e /docs/sandbox | |
parent | e3da5bd429398c6db994609123f41fd0ac399eda (diff) | |
download | aspectj-0d7ff0b717734252a657eda287e38184889f94f7.tar.gz aspectj-0d7ff0b717734252a657eda287e38184889f94f7.zip |
flagging that model walker broke in 1.1.1
Diffstat (limited to 'docs/sandbox')
-rw-r--r-- | docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java b/docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java index 66f62386f..cf1c6a4d5 100644 --- a/docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java +++ b/docs/sandbox/api-clients/org/aspectj/samples/JoinPointCollector.java @@ -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 |