]> source.dussan.org Git - aspectj.git/commitdiff
change to 7 from 1609
authoraclement <aclement>
Mon, 5 Apr 2010 19:34:05 +0000 (19:34 +0000)
committeraclement <aclement>
Mon, 5 Apr 2010 19:34:05 +0000 (19:34 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java

index a86f21b5c4c2152ecf903fb096c35509a415f71b..dc90b4e430757b83d5a91ba5116c847c39670c69 100644 (file)
@@ -253,7 +253,7 @@ public abstract class AjAttribute {
                // 1.6.9 adds new style ITDs. This is used to see what version of AJ was used to
                // build the ITDs so we know id the generated get/set dispatchers are using old
                // or new style (new style will be get/setters for private ITD fields)
-               public final static short WEAVER_VERSION_AJ169 = 1609;
+               public final static short WEAVER_VERSION_AJ169 = 7;
 
                // These are the weaver major/minor versions for *this* weaver
                private final static short CURRENT_VERSION_MAJOR = WEAVER_VERSION_AJ169;