[java-opensaml COMMIT] /trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCer...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 11 17:05:35 EST 2017


Author: scantor
Date: Wed Jan 11 17:05:34 2017
New Revision: 4597

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4597&view=rev
Log:
Checkstyle warning.

Modified:
    trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCertAuthSecurityHandler.java

Modified: trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCertAuthSecurityHandler.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCertAuthSecurityHandler.java?rev=4597&r1=4596&r2=4597&view=diff
==============================================================================
--- trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCertAuthSecurityHandler.java	(original)
+++ trunk/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/BaseClientCertAuthSecurityHandler.java	Wed Jan 11 17:05:34 2017
@@ -212,6 +212,7 @@
      *             and the client certificate token can not be establishd as trusted on that basis, or if there is error
      *             during evaluation processing
      */
+// Checkstyle: ReturnCount OFF
     protected void doEvaluate(@Nonnull final X509Credential requestCredential,
             @Nonnull final MessageContext messageContext) throws MessageHandlerException {
 
@@ -251,6 +252,7 @@
             return;
         }
     }
+// Checkstyle: ReturnCount ON
 
     /**
      * Get the entity ID of the presenter of the client TLS certificate, as will be used for trust evaluation purposes.



More information about the commits mailing list