[java-identity-provider] branch maint-4 updated: Checkstyle.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 7 17:21:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bad7448fcc70a533cbaf6530a8445be7f5895842
The following commit(s) were added to refs/heads/maint-4 by this push:
new bad7448fc Checkstyle.
bad7448fc is described below
commit bad7448fcc70a533cbaf6530a8445be7f5895842
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 7 12:21:13 2022 -0500
Checkstyle.
---
.../java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
index 51f6c91aa..766753716 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
@@ -130,7 +130,7 @@ public class LDAPCredentialValidator extends AbstractUsernamePasswordCredentialV
}
}
-// Checkstyle: CyclomaticComplexity OFF
+// Checkstyle: CyclomaticComplexity|MethodLength OFF
/** {@inheritDoc} */
@Override
@Nullable protected Subject doValidate(@Nonnull final ProfileRequestContext profileRequestContext,
@@ -206,7 +206,7 @@ public class LDAPCredentialValidator extends AbstractUsernamePasswordCredentialV
throw e;
}
}
-// Checkstyle: CyclomaticComplexity ON
+// Checkstyle: CyclomaticComplexity|MethodLength ON
/**
* Builds a new {@link Subject} populated with the necessary data.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list