ask Brian a question
authoradam <adam@megacz.com>
Mon, 4 Jul 2005 21:12:43 +0000 (21:12 +0000)
committeradam <adam@megacz.com>
Mon, 4 Jul 2005 21:12:43 +0000 (21:12 +0000)
darcs-hash:20050704211243-5007d-294c5ba233e7dd2e9436173b05ac485a70db060a.gz

src/org/ibex/classgen/JSSA.java

index 580e7e0..55ed8db 100644 (file)
@@ -109,7 +109,7 @@ public class JSSA extends MethodGen implements CGConst {
         public abstract Type getType();
         
         public final String toString() { return exprToString(this); }
         public abstract Type getType();
         
         public final String toString() { return exprToString(this); }
-        public String _toString() { return super.toString(); } // Adam is going to hate me for this
+        public String _toString() { return super.toString(); } // Adam is going to hate me for this (yes; why is this here?)
     }
 
     /**
     }
 
     /**