From de5d6313702ae2032cc24ae06c939717e70614a5 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Fri, 19 May 2000 10:14:38 +0000 Subject: [PATCH] Fixed a status message git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1235 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/obfuscator/ClassBundle.java.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jode/jode/obfuscator/ClassBundle.java.in b/jode/jode/obfuscator/ClassBundle.java.in index 54a13a7..c9ba0f6 100644 --- a/jode/jode/obfuscator/ClassBundle.java.in +++ b/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)); } } - - -