--- old/src/share/classes/javax/security/sasl/SaslServer.java 2013-06-10 10:38:21.001878405 +0100 +++ new/src/share/classes/javax/security/sasl/SaslServer.java 2013-06-10 10:38:20.729878411 +0100 @@ -47,7 +47,7 @@ * For example, suppose the LDAP server received an LDAP BIND request * containing the name of the SASL mechanism and an (optional) initial * response. It then might use the server as follows: - *
+ *
{@code
  * while (!ss.isComplete()) {
  *     try {
  *         byte[] challenge = ss.evaluateResponse(response);
@@ -75,7 +75,7 @@
  *      ldap.out = new SecureOutputStream(ss, ldap.out);
  *    }
  * }
- *
+ *}
* * @since 1.5 *