6879368: Remove stray quote in Character javadoc
authormartin
Fri, 04 Sep 2009 13:44:36 -0700
changeset 3719 b00a1e55ec44
parent 3718 ca4f0e5fc0ac
child 3720 779430b2f649
child 3724 bb2cc7a7dafb
child 3838 85596e842dc1
child 4200 7761313b9b16
6879368: Remove stray quote in Character javadoc Summary: Remove stray quote in Character.valueOf javadoc, using Ulf's \u005CuXXXX technique Reviewed-by: darcy
jdk/src/share/classes/java/lang/Character.java
--- a/jdk/src/share/classes/java/lang/Character.java	Fri Sep 04 13:11:17 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Character.java	Fri Sep 04 13:44:36 2009 -0700
@@ -2587,9 +2587,9 @@
      * significantly better space and time performance by caching
      * frequently requested values.
      *
-     * This method will always cache values in the range '\u0000'
-     * to '\u007f'", inclusive, and may cache other values outside
-     * of this range.
+     * This method will always cache values in the range {@code
+     * '\u005Cu0000'} to {@code '\u005Cu007f'}, inclusive, and may
+     * cache other values outside of this range.
      *
      * @param  c a char value.
      * @return a <tt>Character</tt> instance representing <tt>c</tt>.