Skip to content

Commit 2b15670

Browse files
canbingztjzheaux
authored andcommitted
chore: fix wrong typo in message
1 parent 2409b3c commit 2b15670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/main/java/org/springframework/ldap/support/LdapUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ public static LdapName removeFirst(Name dn, Name pathToRemove) {
450450
*/
451451
public static LdapName prepend(Name dn, Name pathToPrepend) {
452452
Assert.notNull(dn, "dn must not be null");
453-
Assert.notNull(pathToPrepend, "pathToRemove must not be null");
453+
Assert.notNull(pathToPrepend, "pathToPrepend must not be null");
454454

455455
LdapName result = newLdapName(dn);
456456
try {

0 commit comments

Comments
 (0)