ICU-2118
removed println statement X-SVN-Rev: 10602
This commit is contained in:
parent
1864b528c8
commit
40daf9e152
@ -1612,7 +1612,6 @@ public class CollationMiscTest extends TestFmwk{
|
||||
String prevrule = null;
|
||||
for (int i = 0; i < locale.length; i ++) {
|
||||
Locale l = locale[i];
|
||||
System.out.println(l.toString());
|
||||
try {
|
||||
RuleBasedCollator col1 =
|
||||
(RuleBasedCollator)Collator.getInstance(l);
|
||||
|
Loading…
Reference in New Issue
Block a user