ICU-5406 Only use println during debugging.

X-SVN-Rev: 20364
This commit is contained in:
George Rhoten 2006-09-20 19:33:10 +00:00
parent dae908274d
commit 52aee60a9f

View File

@ -1697,7 +1697,7 @@ public class RuleBasedNumberFormat extends NumberFormat {
}
catch (Exception e) {
// if debug, print it out
System.out.println("could not locate " + ppClassName + ", error " +
if (DEBUG) System.out.println("could not locate " + ppClassName + ", error " +
e.getClass().getName() + ", " + e.getMessage());
postProcessor = null;
postProcessRules = null; // don't try again