< prev index next >

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

Print this page

        

*** 24,34 **** */ package javax.naming.ldap; /** ! * This class provides a basic implementation of the <tt>Control</tt> * interface. It represents an LDAPv3 Control as defined in * <a href="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</a>. * * @since 1.5 * @author Vincent Ryan --- 24,34 ---- */ package javax.naming.ldap; /** ! * This class provides a basic implementation of the {@code Control} * interface. It represents an LDAPv3 Control as defined in * <a href="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</a>. * * @since 1.5 * @author Vincent Ryan
< prev index next >