mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-3501 Don't use println directly
X-SVN-Rev: 15962
This commit is contained in:
parent
e348109e64
commit
baa5ea3a34
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class RBJavaImporter extends RBImporter {
|
|||
Enumeration enum = base_lrb.getKeys();
|
||||
while (enum.hasMoreElements()) {
|
||||
String key = enum.nextElement().toString();
|
||||
System.out.println("Resource -> " + key + " = " + base_lrb.getString(key));
|
||||
RBManagerGUI.debugMsg("Resource -> " + key + " = " + base_lrb.getString(key));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue