Updated comments

X-SVN-Rev: 3806
This commit is contained in:
Syn Wee Quek 2001-02-27 21:30:12 +00:00
parent 5c43f59fbf
commit 147907be82
2 changed files with 9 additions and 9 deletions

View File

@ -5,8 +5,8 @@
******************************************************************************* *******************************************************************************
* *
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/Attic/UCharacter.java,v $ * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/Attic/UCharacter.java,v $
* $Date: 2001/02/26 23:45:37 $ * $Date: 2001/02/27 21:30:12 $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
******************************************************************************* *******************************************************************************
*/ */
@ -1357,7 +1357,7 @@ public final class UCharacter
// private methods ============================================== // private methods ==============================================
/** /**
* Gets the correct property information from UCharacterPptyDB * Gets the correct property information from UCharacterPropertyDB
* @param ch character whose information is to be retrieved * @param ch character whose information is to be retrieved
* @return a 32 bit information, returns 0 if no data is found. * @return a 32 bit information, returns 0 if no data is found.
*/ */

View File

@ -5,8 +5,8 @@
******************************************************************************* *******************************************************************************
* *
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/Attic/UCharacterDB.java,v $ * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/Attic/UCharacterDB.java,v $
* $Date: 2000/12/26 20:00:56 $ * $Date: 2001/02/27 21:30:12 $
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
******************************************************************************* *******************************************************************************
*/ */
@ -20,13 +20,13 @@ package com.ibm.icu.text;
* Due to the form most commonly used for retrieval, array of char is used * Due to the form most commonly used for retrieval, array of char is used
* to store the binary data * to store the binary data
* Responsibility for molding the binary data into more meaning form lies on * Responsibility for molding the binary data into more meaning form lies on
* <a href=UCharacterPpty.html>UCharacterPpty</a> and * <a href=UCharacterPropertyDB.html>UCharacterPropertyDB</a> and
* <a href=UCharacterName.html>UCharacterName</a>. * <a href=UCharacterNameDB.html>UCharacterNameDB</a>.
* Data populated by <a href=UGenReader.html>UGenReader</a> * Data populated by <a href=UGenReader.html>UGenReader</a>
* @author Syn Wee Quek * @author Syn Wee Quek
* @since oct3100 HALLOWEEN!! * @since oct3100 HALLOWEEN!!
* @see com.ibm.icu.text.UCharacterPpty * @see com.ibm.icu.text.UCharacterPropertyDB
* @see com.ibm.icu.text.UCharacterName * @see com.ibm.icu.text.UCharacterNameDB
*/ */
class UCharacterDB class UCharacterDB