diff --git a/icu4j/src/com/ibm/icu/lang/UCharacter.java b/icu4j/src/com/ibm/icu/lang/UCharacter.java
index eb7ebc1f67..aa62c58fac 100755
--- a/icu4j/src/com/ibm/icu/lang/UCharacter.java
+++ b/icu4j/src/com/ibm/icu/lang/UCharacter.java
@@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/lang/UCharacter.java,v $
-* $Date: 2001/03/23 19:51:38 $
-* $Revision: 1.4 $
+* $Date: 2001/03/26 20:15:25 $
+* $Revision: 1.5 $
*
*******************************************************************************
*/
@@ -30,8 +30,7 @@ import java.util.Locale;
* E.g. In Windows set CLASSPATH=%CLASSPATH%;$JAR_FILE_PATH/ucharacter.jar
*
* For more information about the data file format, please refer to
-*
-* Read Me.
+* Read Me.
* Each code point used here in in terms of a 32 bit int. This is so as to
* handle supplementary code points which has 21 bit in size.
* APIs provide up-to-date Unicode implementation of java.lang.Character,
diff --git a/icu4j/src/com/ibm/text/UCharacter.java b/icu4j/src/com/ibm/text/UCharacter.java
index 8e80237990..f65ab12ac1 100755
--- a/icu4j/src/com/ibm/text/UCharacter.java
+++ b/icu4j/src/com/ibm/text/UCharacter.java
@@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/Attic/UCharacter.java,v $
-* $Date: 2001/03/23 19:51:38 $
-* $Revision: 1.4 $
+* $Date: 2001/03/26 20:15:25 $
+* $Revision: 1.5 $
*
*******************************************************************************
*/
@@ -30,8 +30,7 @@ import java.util.Locale;
* E.g. In Windows set CLASSPATH=%CLASSPATH%;$JAR_FILE_PATH/ucharacter.jar
*
* For more information about the data file format, please refer to
-*
-* Read Me.
+* Read Me.
* Each code point used here in in terms of a 32 bit int. This is so as to
* handle supplementary code points which has 21 bit in size.
* APIs provide up-to-date Unicode implementation of java.lang.Character,