< prev index next >

src/java.security.sasl/share/classes/com/sun/security/sasl/PlainClient.java

Print this page

        

@@ -168,12 +168,12 @@
     }
 
     /**
      * Retrieves the negotiated property.
      * This method can be called only after the authentication exchange has
-     * completed (i.e., when <tt>isComplete()</tt> returns true); otherwise, a
-     * <tt>SaslException</tt> is thrown.
+     * completed (i.e., when {@code isComplete()} returns true); otherwise, a
+     * {@code SaslException} is thrown.
      *
      * @return value of property; only QOP is applicable to PLAIN.
      * @exception IllegalStateException if this authentication exchange
      *     has not completed
      */
< prev index next >