From: aclement Date: Mon, 5 Apr 2010 19:34:05 +0000 (+0000) Subject: change to 7 from 1609 X-Git-Tag: V1_6_9M1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=649f3b2a8598d9872791be6eab6c0099dd32e78f;p=aspectj.git change to 7 from 1609 --- diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java b/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java index a86f21b5c..dc90b4e43 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java @@ -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;