diff options
Diffstat (limited to 'org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java')
-rw-r--r-- | org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java index 3acbf9b4b..b09757ec9 100644 --- a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java +++ b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PrivilegedAccessMunger.java @@ -20,7 +20,7 @@ import java.io.IOException; * * There are two syntax styles for field access, the older style was in use up to AspectJ 1.6.9 and involves long named getters and * setters which include the requesting aspect and the target type. The short style syntax is use from AspectJ 1.6.9 onwards is - * simply 'ajc$get$<fieldname>' and 'ajc$set$<fieldname>' - as the requesting aspect isn't included in the name they can be shared + * simply 'ajc$get$<fieldname>' and 'ajc$set$<fieldname>' - as the requesting aspect isn't included in the name they can be shared * across aspects. */ public class PrivilegedAccessMunger extends ResolvedTypeMunger { |