[java-shib-metadata] branch main updated: Checkstyle.

Scott Cantor cantor.2 at osu.edu
Mon May 22 17:54:48 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=ef897e332a7da86cf56edcb179b6b78a1524abc6

The following commit(s) were added to refs/heads/main by this push:
     new ef897e33 Checkstyle.
ef897e33 is described below

commit ef897e332a7da86cf56edcb179b6b78a1524abc6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 22 13:54:45 2023 -0400

    Checkstyle.
---
 .../idp/saml/metadata/impl/MetadataResolverServiceStrategy.java     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
index 2c69c11e..922f5d52 100644
--- a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
+++ b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
@@ -54,7 +54,8 @@ public class MetadataResolverServiceStrategy extends AbstractIdentifiableInitial
         NonnullFunction<ApplicationContext, AbstractServiceableComponent<MetadataResolver>> {
 
     /** {@inheritDoc} */
-    @Nonnull public AbstractServiceableComponent<MetadataResolver> apply(@Nullable final ApplicationContext appContext) {
+    @Nonnull public AbstractServiceableComponent<MetadataResolver> apply(
+            @Nullable final ApplicationContext appContext) {
         if (appContext == null) {
             throw new ServiceException("ApplicationContext was null");
         }
@@ -77,7 +78,8 @@ public class MetadataResolverServiceStrategy extends AbstractIdentifiableInitial
             try {
                 resolver.initialize();
             } catch (final ComponentInitializationException e) {
-                throw new BeanCreationException("could not preinitialize due to metadata resolver " + resolver.getId(), e);
+                throw new BeanCreationException("could not preinitialize due to metadata resolver " + resolver.getId(),
+                        e);
             }
         }
         

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


More information about the commits mailing list