< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/attachment/AttachmentMarshaller.java

Print this page

        

@@ -121,11 +121,11 @@
      * be used by the MIME-based package processor to determine if the
      * binary data should be inlined or optimized as an attachment.
      *
      * @param data
      *      represents the data to be attached. Must be non-null. The actual data region is
-     *      specified by <tt>(data,offset,length)</tt> tuple.
+     *      specified by {@code (data,offset,length)} tuple.
      *
      * @param offset
      *       The offset within the array of the first byte to be read;
      *       must be non-negative and no larger than array.length
      *
< prev index next >