jdk/src/share/classes/javax/naming/directory/DirContext.java
changeset 25808 e113d0a0fde0
parent 21285 e740104a04f1
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
   721     /**
   721     /**
   722      * Searches in a single context for objects that contain a
   722      * Searches in a single context for objects that contain a
   723      * specified set of attributes.
   723      * specified set of attributes.
   724      * This method returns all the attributes of such objects.
   724      * This method returns all the attributes of such objects.
   725      * It is equivalent to supplying null as
   725      * It is equivalent to supplying null as
   726      * the <tt>atributesToReturn</tt> parameter to the method
   726      * the <tt>attributesToReturn</tt> parameter to the method
   727      * <code>search(Name, Attributes, String[])</code>.
   727      * <code>search(Name, Attributes, String[])</code>.
   728      * <br>
   728      * <br>
   729      * See {@link #search(Name, Attributes, String[])} for a full description.
   729      * See {@link #search(Name, Attributes, String[])} for a full description.
   730      *
   730      *
   731      * @param name
   731      * @param name