removed println statement

X-SVN-Rev: 10602
This commit is contained in:
Syn Wee Quek 2002-12-11 06:56:27 +00:00
parent 1864b528c8
commit 40daf9e152

View File

@ -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);