diff options
author | wisberg <wisberg> | 2003-08-06 10:30:50 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-06 10:30:50 +0000 |
commit | 511b6634ddd4554f30b4104d493ea7244a79d97b (patch) | |
tree | b36b34a43a3ad24b7746177d5fc6700d94c52ca4 /docs/sandbox | |
parent | 3b602a9080c98a55ba057287977eac71f4e15da8 (diff) | |
download | aspectj-511b6634ddd4554f30b4104d493ea7244a79d97b.tar.gz aspectj-511b6634ddd4554f30b4104d493ea7244a79d97b.zip |
tag correction for code gatherer
Diffstat (limited to 'docs/sandbox')
-rw-r--r-- | docs/sandbox/common/declares/Declares.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sandbox/common/declares/Declares.java b/docs/sandbox/common/declares/Declares.java index 4f763440b..42fbcf4a2 100644 --- a/docs/sandbox/common/declares/Declares.java +++ b/docs/sandbox/common/declares/Declares.java @@ -36,7 +36,7 @@ declare error : staticinitialization(SoughtException+) && ! staticinitialization(SoughtException) && ! staticinitialization(Throwable+) : "all SoughtException must be subclasses of Throwable"; -// END-SAMPLE declares-typeConstraints Using declare to enforce type constraints +// END-SAMPLE declares-typeConstraints } // START-SAMPLE declares-exceptionSpelunking Using declare warning to find Exception-related code |