]> source.dussan.org Git - aspectj.git/commitdiff
Altered FIXME to allow us to distinguish between new and old ones!
authoraclement <aclement>
Thu, 10 Mar 2005 17:24:30 +0000 (17:24 +0000)
committeraclement <aclement>
Thu, 10 Mar 2005 17:24:30 +0000 (17:24 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java

index 55059a51fb033a243ac9f577193516db23542406..4b77f70e251a19e00f1f92335cf192a5c49748b4 100644 (file)
@@ -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;