Skip to content

Commit 5a9f528

Browse files
SAY-5jzheaux
authored andcommitted
UncategorizedLdapException: fix 'occured' -> 'occurred' in exception message
Exception message in core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java line 38 read 'exception occured during LDAP processing'. User-visible in stack traces. Fixed to 'occurred'. String-literal-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent 806b949 commit 5a9f528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public UncategorizedLdapException(@Nullable String msg, @Nullable Throwable caus
3535
}
3636

3737
public UncategorizedLdapException(@Nullable Throwable cause) {
38-
super("Uncategorized exception occured during LDAP processing", cause);
38+
super("Uncategorized exception occurred during LDAP processing", cause);
3939
}
4040

4141
}

0 commit comments

Comments
 (0)