diff options
author | acolyer <acolyer> | 2005-08-16 08:47:05 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-08-16 08:47:05 +0000 |
commit | e7b11c1ad0bfacd0572300478656c19cdba63ff0 (patch) | |
tree | f9a4737f2b604ba792e331afb8d1cd66bc0ddd21 /tests/src | |
parent | 1966bd29f29e78f18931f759baec35087a94e604 (diff) | |
download | aspectj-e7b11c1ad0bfacd0572300478656c19cdba63ff0.tar.gz aspectj-e7b11c1ad0bfacd0572300478656c19cdba63ff0.zip |
updated message text...
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml index 87ad89307..13e738fa6 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml @@ -123,7 +123,7 @@ <compile files="PointcutAssortment.java" options="-1.5"> <message kind="error" line="9" text="Methods annotated with @Pointcut must return void"/> <message kind="error" line="9" text="This method must return a result of type String"/> - <message kind="error" line="15" text="Pointcuts should have an empty method body"/> + <message kind="error" line="15" text="Pointcuts without an if() expression should have an empty method body"/> <message kind="error" line="28" text="Duplicate annotation @Pointcut"/> <message kind="error" line="29" text="Duplicate annotation @Pointcut"/> <message kind="error" line="11" text="can't find referenced pointcut foo"/> |