[java-opensaml] branch master updated: IDP-1181 Tidy: use method, not field

Rod Widdowson rdw at steadingsoftware.com
Tue Oct 22 11:21:53 EDT 2019


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

rdw pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=21160ce4470ffcb472775fa08a63f7a7fad04b51

The following commit(s) were added to refs/heads/master by this push:
       new  21160ce   IDP-1181 Tidy: use method, not field
21160ce is described below

commit 21160ce4470ffcb472775fa08a63f7a7fad04b51
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 4 14:45:37 2019 +0100

    IDP-1181 Tidy: use method, not field
---
 .../opensaml/saml/metadata/resolver/impl/AbstractMetadataResolver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractMetadataResolver.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractMetadataResolver.java
index d4af34e..d135968 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractMetadataResolver.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractMetadataResolver.java
@@ -288,7 +288,7 @@ public abstract class AbstractMetadataResolver extends AbstractIdentifiableIniti
         try {
             initMetadataResolver();
         } catch (final ComponentInitializationException e) {
-            if (failFastInitialization) {
+            if (isFailFastInitialization()) {
                 log.error("{} Metadata provider failed to properly initialize, fail-fast=true, halting", 
                         getLogPrefix());
                 throw e;

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


More information about the commits mailing list