From 5186b123d341165e00082608ad38500f076f90f8 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 4 Jul 2005 21:12:43 +0000 Subject: [PATCH] ask Brian a question darcs-hash:20050704211243-5007d-294c5ba233e7dd2e9436173b05ac485a70db060a.gz --- src/org/ibex/classgen/JSSA.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?) } /** -- 1.7.10.4