--- a/jdk/src/share/classes/java/lang/Character.java Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/java/lang/Character.java Mon Jun 10 12:58:32 2013 +0100
@@ -4782,9 +4782,9 @@
* Unicode surrogate pair</a>.
* <p>This method is equivalent to the expression:
- * <blockquote><pre>
+ * <blockquote><pre>{@code
* isHighSurrogate(high) && isLowSurrogate(low)
- * </pre></blockquote>
+ * }</pre></blockquote>
*
* @param high the high-surrogate code value to be tested
* @param low the low-surrogate code value to be tested