Skip to content

Commit 2fd636a

Browse files
Update Test.java
1 parent f3062bc commit 2fd636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private static Pair<String, DirContext> getContext(final Properties props) {
5757
try {
5858
return new Pair<String, DirContext>(ldapUrl, new InitialDirContext(env));
5959
} catch (Exception e) {
60-
theLogger.info("Failed to connext to ldap instance [" + ldapUrl.trim() + "]. Trying next...\n");
60+
theLogger.info("Failed to connect to ldap instance [" + ldapUrl.trim() + "]. Trying next...\n");
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)