diff options
author | Jerry James <loganjerry@gmail.com> | 2020-09-14 08:23:26 -0600 |
---|---|---|
committer | Jerry James <loganjerry@gmail.com> | 2020-09-14 08:25:00 -0600 |
commit | f7f7656f81f9a84f92920492ab619accfaeb1ccf (patch) | |
tree | 5aac59fa5762fc333fb116f100b2f420ad974e83 /loadtime | |
parent | a6b0448a0ec9ce353d0e95d90759037a5425f304 (diff) | |
download | aspectj-f7f7656f81f9a84f92920492ab619accfaeb1ccf.tar.gz aspectj-f7f7656f81f9a84f92920492ab619accfaeb1ccf.zip |
Fix incorrect HTML entities in javadoc comments
Diffstat (limited to 'loadtime')
-rw-r--r-- | loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java b/loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java index 501cfe75b..fbbc28f9b 100644 --- a/loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java +++ b/loadtime/src/main/java/org/aspectj/weaver/loadtime/Aj.java @@ -43,7 +43,7 @@ public class Aj implements ClassPreProcessor { /** * References are added to this queue when their associated classloader is removed, and once on here that indicates that we - * should tidy up the adaptor map and remove the adaptor (weaver) from the map we are maintaining from adaptorkey > adaptor + * should tidy up the adaptor map and remove the adaptor (weaver) from the map we are maintaining from adaptorkey > adaptor * (weaver) */ private static ReferenceQueue adaptorQueue = new ReferenceQueue(); @@ -369,4 +369,4 @@ public class Aj implements ClassPreProcessor { ((ClassLoaderWeavingAdaptor) WeaverContainer.getWeaver(loader, weavingContext)).flushGeneratedClassesFor(className); } -}
\ No newline at end of file +} |