Skip to content

Commit cb1bdbe

Browse files
committed
Clarified custom method
Closes gh-537
1 parent 6ea4665 commit cb1bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ Some authentication schemes and LDAP servers require some operation to be perfor
24652465
[source,java]
24662466
[subs="verbatim,quotes"]
24672467
----
2468-
public boolean authenticate(String userDn, String credentials) {
2468+
public boolean myAuthenticate(String userDn, String credentials) {
24692469
DirContext ctx = null;
24702470
try {
24712471
ctx = contextSource.getContext(userDn, credentials);

0 commit comments

Comments
 (0)