From 8f3cd7e7c4e877cdc85bb875d4851291c3ab0584 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 10 Oct 2008 15:39:04 +0000 Subject: [PATCH] Corrected a javadoc param name. --- .../main/java/org/springframework/ldap/test/LdapTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvn-build/test-support/src/main/java/org/springframework/ldap/test/LdapTestUtils.java b/mvn-build/test-support/src/main/java/org/springframework/ldap/test/LdapTestUtils.java index 83ce4834..9d381d65 100644 --- a/mvn-build/test-support/src/main/java/org/springframework/ldap/test/LdapTestUtils.java +++ b/mvn-build/test-support/src/main/java/org/springframework/ldap/test/LdapTestUtils.java @@ -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. */