X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fclassgen%2FJSSA.java;h=55ed8dbb06cef09f087632e4486c6b1e9e358f85;hp=580e7e0d7b9420be964c253ddc76b184905e215a;hb=5186b123d341165e00082608ad38500f076f90f8;hpb=b454a06adcfcb4d5716f208557f1ee1d20bee56a 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?) } /**