--- old/src/java.security.sasl/share/classes/com/sun/security/sasl/PlainClient.java 2015-08-18 14:21:10.673018531 +0400 +++ new/src/java.security.sasl/share/classes/com/sun/security/sasl/PlainClient.java 2015-08-18 14:21:10.461018541 +0400 @@ -170,8 +170,8 @@ /** * Retrieves the negotiated property. * This method can be called only after the authentication exchange has - * completed (i.e., when isComplete() returns true); otherwise, a - * SaslException 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