]> source.dussan.org Git - aspectj.git/commitdiff
231396: optimize tag
authoraclement <aclement>
Fri, 30 May 2008 17:24:11 +0000 (17:24 +0000)
committeraclement <aclement>
Fri, 30 May 2008 17:24:11 +0000 (17:24 +0000)
weaver/src/org/aspectj/weaver/Shadow.java

index 511b1622d823d2b9beb9010cb275944fabbb495e..2726b82ebace3433c1dbfe3cdebf875b2a67328d 100644 (file)
@@ -44,7 +44,7 @@ import org.aspectj.weaver.bcel.BcelAdvice;
 public abstract class Shadow {
 
        // every Shadow has a unique id, doesn't matter if it wraps...
-       private static int nextShadowID = 100;  // easier to spot than zero.
+       private static int nextShadowID = 100;  // easier to spot than zero. // OPTIMIZE is this a bug? static?
        
        private final Kind kind; 
     private final Member signature;