[java-opensaml] branch master updated: Add missing Javadoc.
Brent Putman
putmanb at georgetown.edu
Mon Oct 1 19:53:50 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb 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=a954fff49b8ac8fbedb5febb36a833240537f2e8
The following commit(s) were added to refs/heads/master by this push:
new a954fff Add missing Javadoc.
a954fff is described below
commit a954fff49b8ac8fbedb5febb36a833240537f2e8
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Oct 1 19:53:50 2018 -0400
Add missing Javadoc.
---
.../saml/metadata/resolver/impl/AbstractDynamicMetadataResolver.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicMetadataResolver.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicMetadataResolver.java
index 43492e5..cfc5094 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicMetadataResolver.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/AbstractDynamicMetadataResolver.java
@@ -603,6 +603,11 @@ public abstract class AbstractDynamicMetadataResolver extends AbstractMetadataRe
}
}
+ /**
+ * Return whether secondary indexing is effectively active.
+ *
+ * @return true if active, false if not.
+ */
protected boolean indexesEnabled() {
return ! getBackingStore().getSecondaryIndexManager().getIndexes().isEmpty();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list