#991 Serious Bug in Decompiler! fixed

This commit is contained in:
honfika@gmail.com
2015-10-18 09:26:44 +02:00
parent 85788e258c
commit 9839fb496f

View File

@@ -27,7 +27,7 @@ import java.util.logging.Logger;
*/
public class TranslateStack extends Stack<GraphTargetItem> {
private static PopItem pop;
private PopItem pop;
private final String path;