Corrected a javadoc param name.

This commit is contained in:
Ulrik Sandberg
2008-10-10 15:39:04 +00:00
parent fcf9ecd9bc
commit 8f3cd7e7c4

View File

@@ -166,7 +166,7 @@ public class LdapTestUtils {
* Clear the directory sub-tree starting with the node represented by the
* supplied distinguished name.
*
* @param contextSource The DirContext to use for cleaning the tree.
* @param ctx The DirContext to use for cleaning the tree.
* @param name the distinguished name of the root node.
* @throws NamingException if anything goes wrong removing the sub-tree.
*/