6866243: Javadoc for java.lang.Character still refers to Unicode 4 instead of 5
authorpeytoia
Thu, 30 Jul 2009 14:45:04 +0900
changeset 3501 a3168c7b4011
parent 3350 100ac73bfe6e
child 3502 821e773cae60
6866243: Javadoc for java.lang.Character still refers to Unicode 4 instead of 5 Reviewed-by: okutsu
jdk/src/share/classes/java/lang/Character.java
--- a/jdk/src/share/classes/java/lang/Character.java	Tue Jul 28 13:10:14 2009 +0400
+++ b/jdk/src/share/classes/java/lang/Character.java	Thu Jul 30 14:45:04 2009 +0900
@@ -38,7 +38,7 @@
  * a character's category (lowercase letter, digit, etc.) and for converting
  * characters from uppercase to lowercase and vice versa.
  * <p>
- * Character information is based on the Unicode Standard, version 4.0.
+ * Character information is based on the Unicode Standard, version 5.1.0.
  * <p>
  * The methods and data of class <code>Character</code> are defined by
  * the information in the <i>UnicodeData</i> file that is part of the