This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 20b33461e Improved: no functional change, just a better comment
20b33461e is described below
commit 20b33461efeb19c6cef7a381ba7a1e7f4c40ac21
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Oct 20 11:24:20 2022 +0200
Improved: no functional change, just a better comment
For cas-server-support-ldap-core, tt's 6.4.0 not 640
---
ldap/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldap/build.gradle b/ldap/build.gradle
index 44490b47a..c638c854e 100644
--- a/ldap/build.gradle
+++ b/ldap/build.gradle
@@ -17,7 +17,7 @@
* under the License.
*/
-// 640 shows 2 hard to understand errors:
+// 6.4.0 shows 2 hard to understand errors:
// > Task :compileJava
//
C:\projectsASF\Git\ofbiz-framework\plugins\ldap\src\main\java\org\apache\ofbiz\ldap\activedirectory\OFBizActiveDirectoryAuthenticationHandler.java:95:
error: incompatible types: String cannot be converted to DERBuffer
// LdapEntry entry = new LdapEntry(username);