< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/IDResolver.java

Print this page

        

@@ -132,14 +132,14 @@
      * If the implementation can find the target object (in which case
      * it was a backward reference), then a non-null object shall be returned,
      * and it is used as the target object.
      *
      * <p>
-     * When a forward-reference happens, the <tt>call</tt> method
+     * When a forward-reference happens, the {@code call} method
      * should return null. In this case the JAXB RI unmarshaller invokes
-     * the <tt>call</tt> method again after all the documents are fully unmarshalled.
-     * If the <tt>call</tt> method still returns null, then the JAXB RI unmarshaller
+     * the {@code call} method again after all the documents are fully unmarshalled.
+     * If the {@code call} method still returns null, then the JAXB RI unmarshaller
      * treats it as an error.
      *
      * <p>
      * A {@link Callable} object returned from this method may not throw
      * any exception other than a {@link SAXException} (which means a fatal error.)
< prev index next >