src/share/classes/javax/naming/ldap/ControlFactory.java

Print this page

        

@@ -112,11 +112,11 @@
       *    exception is passed up to the caller.
       *</ul>
       * <p>
       * Note that a control factory
       * must be public and must have a public constructor that accepts no arguments.
-      * <p>
+      *
       * @param ctl The non-null control object containing the OID and BER data.
       * @param ctx The possibly null context in which the control is being created.
       * If null, no such information is available.
       * @param env The possibly null environment of the context. This is used
       * to find the value of the <tt>LdapContext.CONTROL_FACTORIES</tt> property.