diff options
-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"/> |