]> source.dussan.org Git - aspectj.git/commitdiff
comment out dump - needs to be impl thru weaver option pretty soon
authoravasseur <avasseur>
Thu, 16 Jun 2005 14:09:43 +0000 (14:09 +0000)
committeravasseur <avasseur>
Thu, 16 Jun 2005 14:09:43 +0000 (14:09 +0000)
loadtime/src/org/aspectj/weaver/loadtime/Aj.java

index 0962fefbef6608759ae10cdcd0d637a98c6b1c76..62389bab7e6fd78116ae225f3594f4c85970d267 100644 (file)
@@ -119,7 +119,7 @@ public class Aj implements ClassPreProcessor {
      * @throws Throwable
      */
     static void __dump(String name, byte[] b) throws Throwable {
-        //if (true) return;//FIXME AV have an option
+        if (true) return;//FIXME AV have an option
         String className = name.replace('.', '/');
         final File dir;
         if (className.indexOf('/') > 0) {