--- old/src/java.base/share/classes/sun/misc/CharacterEncoder.java 2015-05-18 17:53:13.120753432 +0400 +++ new/src/java.base/share/classes/sun/misc/CharacterEncoder.java 2015-05-18 17:53:12.972753432 +0400 @@ -68,7 +68,7 @@ * referenced in the See Also list below. * * @author Chuck McManis - * @see CharacterDecoder; + * @see CharacterDecoder * @see UCEncoder * @see UUEncoder * @see BASE64Encoder @@ -107,7 +107,7 @@ /** * Encode the suffix that ends every output line. By default - * this method just prints a into the output stream. + * this method just prints a {@code } into the output stream. */ protected void encodeLineSuffix(OutputStream aStream) throws IOException { pStream.println();