[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 16 16:03:24 EDT 2013


Author: scantor
Date: Mon Sep 16 16:03:24 2013
New Revision: 4770

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4770&view=rev
Log:
Disable CS warning.

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java?rev=4770&r1=4769&r2=4770&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractRemoteUser.java Mon Sep 16 16:03:24 2013
@@ -114,6 +114,8 @@
         }
     }
     
+    // Checkstyle: CyclomaticComplexity OFF
+    
     /** {@inheritDoc} */
     protected void doExecute(@Nonnull final ProfileRequestContext profileRequestContext,
             @Nonnull final AuthenticationContext authenticationContext) throws AuthenticationException {
@@ -159,4 +161,7 @@
         log.debug("{} no user identity found in request", getLogPrefix());
         ActionSupport.buildEvent(profileRequestContext, AuthnEventIds.NO_CREDENTIALS);
     }
+
+    // Checkstyle: CyclomaticComplexity ON
+    
 }



More information about the commits mailing list