Skip to content

Commit feab7a8

Browse files
committed
Clarified custom method
Closes gh-537
1 parent 3b0ddbd commit feab7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/docs/asciidoc/index.adoc

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

0 commit comments

Comments
 (0)