--- old/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CodeSetConversion.java 2015-04-30 16:31:48.335461904 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CodeSetConversion.java 2015-04-30 16:31:48.251461904 +0400 @@ -54,8 +54,8 @@ * use NIO ByteBuffer and NIO CharBuffer, the interaction * and interface between this class and the CDR streams * should be looked at more closely for optimizations to - * avoid unnecessary copying of data between char[] & - * CharBuffer and byte[] & ByteBuffer, especially + * avoid unnecessary copying of data between {@literal char[] & + * CharBuffer and byte[] & ByteBuffer}, especially * DirectByteBuffers. * */