]> source.dussan.org Git - aspectj.git/commitdiff
formatting
authoraclement <aclement>
Mon, 28 Nov 2011 20:25:17 +0000 (20:25 +0000)
committeraclement <aclement>
Mon, 28 Nov 2011 20:25:17 +0000 (20:25 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java

index b3fa7f2597d33c9769f1ac07fcf7669046acca6a..a28e514fcd620e085311adc2afa476456518cc3a 100644 (file)
@@ -1601,10 +1601,8 @@ public class BcelWeaver {
                        // System.err.println("need to do declare parents for: " + onType);
                        for (ResolvedType newParent : newParents) {
                                // We set it here so that the imminent matching for ITDs can
-                               // succeed - we
-                               // still haven't done the necessary changes to the class file
-                               // itself
-                               // (like transform super calls) - that is done in
+                               // succeed - we still haven't done the necessary changes to the class file
+                               // itself (like transform super calls) - that is done in
                                // BcelTypeMunger.mungeNewParent()
                                // classType.addParent(newParent);
                                onType.addParent(newParent);