[java-identity-provider] 06/08: Checkstyle.

Brent Putman putmanb at georgetown.edu
Fri Sep 21 22:49:11 EDT 2018


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=83fd7d6ba7adaaf4d69e0934b7c09c4acac66b35

commit 83fd7d6ba7adaaf4d69e0934b7c09c4acac66b35
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Sep 21 17:46:12 2018 -0400

    Checkstyle.
---
 .../messaging/impl/SelectRelyingPartyConfiguration.java        | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/SelectRelyingPartyConfiguration.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/SelectRelyingPartyConfiguration.java
index 659312e..9ec18c7 100644
--- a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/SelectRelyingPartyConfiguration.java
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/SelectRelyingPartyConfiguration.java
@@ -44,11 +44,12 @@ import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
 import net.shibboleth.utilities.java.support.resolver.ResolverException;
 
 /**
- * This message handler attempts to resolve a {@link RelyingPartyConfiguration} and adds it to the {@link RelyingPartyContext}
- * that was looked up.
+ * This message handler attempts to resolve a {@link RelyingPartyConfiguration} and adds it to the 
+ * {@link RelyingPartyContext} that was looked up.
  * 
  * @post If a {@link RelyingPartyContext} is located, it will be populated with a non-null result of applying
- * the supplied {@link CriteriaRelyingPartyConfigurationResolver} to the {@link RelyingPartyContext#getRelyingPartyId()}.
+ * the supplied 
+ * {@link CriteriaRelyingPartyConfigurationResolver} to the {@link RelyingPartyContext#getRelyingPartyId()}.
  */
 public final class SelectRelyingPartyConfiguration extends AbstractMessageHandler {
 
@@ -79,7 +80,8 @@ public final class SelectRelyingPartyConfiguration extends AbstractMessageHandle
      * 
      * @param resolver  the resolver to use
      */
-    public void setRelyingPartyConfigurationResolver(@Nonnull final CriteriaRelyingPartyConfigurationResolver resolver) {
+    public void setRelyingPartyConfigurationResolver(
+            @Nonnull final CriteriaRelyingPartyConfigurationResolver resolver) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
         
         rpConfigResolver = Constraint.isNotNull(resolver, "Relying party configuration resolver cannot be null");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list