mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 09:45:39 +00:00
format java code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user