From: adam Date: Mon, 4 Jul 2005 21:12:43 +0000 (+0000) Subject: ask Brian a question X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=commitdiff_plain;h=5186b123d341165e00082608ad38500f076f90f8;ds=sidebyside ask Brian a question darcs-hash:20050704211243-5007d-294c5ba233e7dd2e9436173b05ac485a70db060a.gz --- diff --git a/src/org/ibex/classgen/JSSA.java b/src/org/ibex/classgen/JSSA.java index 580e7e0..55ed8db 100644 --- a/src/org/ibex/classgen/JSSA.java +++ b/src/org/ibex/classgen/JSSA.java @@ -109,7 +109,7 @@ public class JSSA extends MethodGen implements CGConst { 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?) } /**