mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-1707
Removing testing printlns. X-SVN-Rev: 7929
This commit is contained in:
parent
8c5deb23eb
commit
36e2c09abf
1 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/lang/Attic/UCharacterNameReader.java,v $
|
||||
* $Date: 2002/03/08 02:04:00 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2002/03/10 20:41:23 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -92,7 +92,6 @@ final class UCharacterNameReader
|
|||
|
||||
size = m_algnamesindex_ - m_groupstringindex_;
|
||||
byte groupstring[] = new byte[size];
|
||||
System.out.println("size " + size);
|
||||
m_dataInputStream_.readFully(groupstring);
|
||||
for (int i = 0; i < size; i ++) {
|
||||
if (groupstring[i] == 0x14 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue