소스 검색

formatting

tags/preJava7Merge
aclement 12 년 전
부모
커밋
866c5d1ab3
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    5
      weaver/src/org/aspectj/weaver/bcel/BcelWorld.java

+ 2
- 5
weaver/src/org/aspectj/weaver/bcel/BcelWorld.java 파일 보기

@@ -749,12 +749,9 @@ public class BcelWorld extends World implements Repository {
BcelObjectType classType = BcelWorld.getBcelObjectType(onType);
// 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);

Loading…
취소
저장