--- old/src/java.base/share/classes/sun/misc/CharacterDecoder.java 2015-05-18 17:53:12.636753432 +0400 +++ new/src/java.base/share/classes/sun/misc/CharacterDecoder.java 2015-05-18 17:53:12.488753432 +0400 @@ -120,7 +120,7 @@ /** * This method does an actual decode. It takes the decoded bytes and * writes them to the OutputStream. The integer l tells the - * method how many bytes are required. This is always <= bytesPerAtom(). + * method how many bytes are required. This is always {@literal <=} bytesPerAtom(). */ protected void decodeAtom(PushbackInputStream aStream, OutputStream bStream, int l) throws IOException { throw new CEStreamExhausted();