jdk/src/share/classes/javax/naming/ldap/SortControl.java
changeset 18156 edb590d448c5
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/naming/ldap/SortControl.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/javax/naming/ldap/SortControl.java	Mon Jun 10 12:58:32 2013 +0100
@@ -40,7 +40,7 @@
  * then the search operation is not performed and an error is returned.
  * <p>
  * The following code sample shows how the class may be used:
- * <pre>
+ * <pre>{@code
  *
  *     // Open an LDAP association
  *     LdapContext ctx = new InitialLdapContext();
@@ -85,7 +85,7 @@
  *     ctx.close();
  *     ...
  *
- * </pre>
+ * }</pre>
  * <p>
  * This class implements the LDAPv3 Request Control for server-side sorting
  * as defined in