]> source.dussan.org Git - aspectj.git/commitdiff
remove useless message
authoraclement <aclement>
Mon, 5 May 2008 16:23:21 +0000 (16:23 +0000)
committeraclement <aclement>
Mon, 5 May 2008 16:23:21 +0000 (16:23 +0000)
loadtime/src/org/aspectj/weaver/loadtime/Aj.java

index 732bd534d54690f80ad17938a10fd9c3509ab8f1..4884d9eaa828809d1b4092f8d483a51512fe6bf3 100644 (file)
@@ -91,7 +91,7 @@ public class Aj implements ClassPreProcessor {
                if (trace.isTraceEnabled()) trace.exit("preProcess",th);
             return bytes;
         } finally {
-            CompilationAndWeavingContext.resetForThread(); // recording the thread will anchor the classloader
+            CompilationAndWeavingContext.resetForThread();
         }
     }