Fixed a status message

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1235 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
hoenicke 24 years ago
parent f8fa155236
commit de5d631370
  1. 5
      jode/jode/obfuscator/ClassBundle.java.in

@ -453,7 +453,7 @@ public class ClassBundle implements OptionHandler {
System.err.println("Time used: "+(System.currentTimeMillis() - time));
GlobalOptions.err.println("Computing reachable settings");
GlobalOptions.err.println("Computing reachability");
time = System.currentTimeMillis();
analyze();
System.err.println("Time used: "+(System.currentTimeMillis() - time));
@ -498,6 +498,3 @@ public class ClassBundle implements OptionHandler {
System.err.println("Time used: "+(System.currentTimeMillis() - time));
}
}

Loading…
Cancel
Save