diff options
author | aclement <aclement> | 2005-03-10 17:24:30 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-03-10 17:24:30 +0000 |
commit | 463910b2bab2a9e325c2fbf33edc3db741e13452 (patch) | |
tree | a2f95decfd2eea0b69a164ae0439902b9c04d12f /org.aspectj.ajdt.core | |
parent | 7ea7e3091003ec5c500671d1038c761bda752b45 (diff) | |
download | aspectj-463910b2bab2a9e325c2fbf33edc3db741e13452.tar.gz aspectj-463910b2bab2a9e325c2fbf33edc3db741e13452.zip |
Altered FIXME to allow us to distinguish between new and old ones!
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |