From 463910b2bab2a9e325c2fbf33edc3db741e13452 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 10 Mar 2005 17:24:30 +0000 Subject: [PATCH] Altered FIXME to allow us to distinguish between new and old ones! --- .../ajdt/internal/compiler/ast/InterSuperFixerVisitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java index 55059a51f..4b77f70e2 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java @@ -77,7 +77,7 @@ public class InterSuperFixerVisitor extends ASTVisitor { world.showMessage(IMessage.ERROR, "multiple supertypes for this interface", location, null); dec.ignoreFurtherInvestigation = true; } - //FIXME note error + //FIXME ??? note error expression = new InterSuperReference(superRef, superType); } return expression; -- 2.39.5