< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/Document.java

Print this page

        

@@ -284,11 +284,11 @@
     /**
      * Replaces dummy prefixes in the value to the real ones
      * by using {@link #activeNamespaces}.
      *
      * @return
-     *      the buffer passed as the <tt>buf</tt> parameter.
+     *      the buffer passed as the {@code buf} parameter.
      */
     private StringBuilder fixPrefix(StringBuilder buf) {
         assert activeNamespaces!=null;
 
         int i;
< prev index next >