소스 검색

remove @Override

tags/V1_6_7
aclement 14 년 전
부모
커밋
42856b3091
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    3
      org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java

+ 2
- 3
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java 파일 보기

@@ -571,8 +571,8 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC
}
}

private void weaveInterTypeDeclarations(SourceTypeBinding sourceType, Collection typeMungers, Collection declareParents,
Collection declareAnnotationOnTypes, boolean skipInners) {
private void weaveInterTypeDeclarations(SourceTypeBinding sourceType, Collection typeMungers, Collection declareParents,
Collection declareAnnotationOnTypes, boolean skipInners) {

ContextToken tok = CompilationAndWeavingContext.enteringPhase(CompilationAndWeavingContext.WEAVING_INTERTYPE_DECLARATIONS,
sourceType.sourceName);
@@ -1225,7 +1225,6 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC
boolean inBinaryTypeCreationAndWeaving = false;
boolean processingTheQueue = false;

@Override
public BinaryTypeBinding createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding,
boolean needFieldsAndMethods, AccessRestriction accessRestriction) {


Loading…
취소
저장