format java code

This commit is contained in:
honfika@gmail.com
2016-01-15 14:37:34 +01:00
parent 8162aa6c3e
commit 8cb067bfda
37 changed files with 6480 additions and 5825 deletions

View File

@@ -869,10 +869,10 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
a.setAddress(ip);
a.execute(lda);
/*System.err.print("" + a + ", stack: [");
for (Object o : lda.stack) {
System.err.print("" + o + ",");
}
System.err.println("]");*/
for (Object o : lda.stack) {
System.err.print("" + o + ",");
}
System.err.println("]");*/
if (lda.returnValue != null) {
return lda.returnValue;
}