]> source.dussan.org Git - aspectj.git/commitdiff
trigger build
authoraclement <aclement>
Thu, 20 Mar 2008 22:21:59 +0000 (22:21 +0000)
committeraclement <aclement>
Thu, 20 Mar 2008 22:21:59 +0000 (22:21 +0000)
tests/bugs/DeclaringTypeWarning.java

index 272404162594016930bfb1b038810f3739142a0f..7cb3803d6c17f3e1b5d1e0bb306b319d3b3e2c79 100644 (file)
@@ -5,7 +5,7 @@ aspect C {
     before() : runB() { } 
     pointcut runB(): call(void B.run());  // CW 6 XLint, for each shadow (12, 14) 
     before() : call(int B.run()) {} // pointcut not matched
-}
+} 
 public class DeclaringTypeWarning {
     public static void main(String[] args) {
         // ok with -1.4; otherwise, becomes A.run in bytecode