< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CodeSetConversion.java

Print this page

        

@@ -52,12 +52,13 @@
  *
  * REVISIT - Since the nio.Charset and nio.Charset.Encoder/Decoder
  *           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
+ *           {@code char[] & CharBuffer} and
+ *           {@code byte[] & ByteBuffer}, especially
  *           DirectByteBuffers.
  *
  */
 public class CodeSetConversion
 {
< prev index next >