]> source.dussan.org Git - aspectj.git/commitdiff
updated message text...
authoracolyer <acolyer>
Tue, 16 Aug 2005 08:47:05 +0000 (08:47 +0000)
committeracolyer <acolyer>
Tue, 16 Aug 2005 08:47:05 +0000 (08:47 +0000)
tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml

index 87ad89307be1cbde9c67eb23545f3370926284a1..13e738fa622beae2f8215e3c36fe24b2d0458fc8 100644 (file)
         <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"/>