]> source.dussan.org Git - aspectj.git/commitdiff
remove @Override
authoraclement <aclement>
Mon, 2 Nov 2009 21:01:29 +0000 (21:01 +0000)
committeraclement <aclement>
Mon, 2 Nov 2009 21:01:29 +0000 (21:01 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java

index a7f48724eba8147ceddaa7ee5235d7134c092352..40c902fa4d6f2b0244fcd54b175155bb2d7b133e 100644 (file)
@@ -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) {