mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
Change System.out.println to logln
X-SVN-Rev: 1401
This commit is contained in:
parent
bbd9061552
commit
45ef6aac00
2 changed files with 8 additions and 8 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/search/SearchTest.java,v $
|
||||
* $Date: 2000/03/10 03:47:47 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2000/05/18 19:11:27 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -381,7 +381,7 @@ public class SearchTest extends com.ibm.test.TestFmwk {
|
|||
errln("Caught exception: " + e.toString());
|
||||
}
|
||||
|
||||
System.out.println("end");
|
||||
logln("end");
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
@ -460,4 +460,4 @@ public class SearchTest extends com.ibm.test.TestFmwk {
|
|||
f++;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/search/Attic/SearchTest.java,v $
|
||||
* $Date: 2000/03/10 03:47:47 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2000/05/18 19:11:27 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -381,7 +381,7 @@ public class SearchTest extends com.ibm.test.TestFmwk {
|
|||
errln("Caught exception: " + e.toString());
|
||||
}
|
||||
|
||||
System.out.println("end");
|
||||
logln("end");
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
@ -460,4 +460,4 @@ public class SearchTest extends com.ibm.test.TestFmwk {
|
|||
f++;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue