[java-opensaml] branch master updated: Fix interface Javadoc erroneously referring to impl class method.

Brent Putman putmanb at georgetown.edu
Mon Dec 10 21:08:15 EST 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=eff84ab73ece8b91826650974bdcd40fb229fdc4

The following commit(s) were added to refs/heads/master by this push:
       new  eff84ab   Fix interface Javadoc erroneously referring to impl class method.
eff84ab is described below

commit eff84ab73ece8b91826650974bdcd40fb229fdc4
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Dec 10 21:08:13 2018 -0500

    Fix interface Javadoc erroneously referring to impl class method.
---
 .../opensaml/saml/metadata/resolver/ExtendedBatchMetadataResolver.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/metadata/resolver/ExtendedBatchMetadataResolver.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/metadata/resolver/ExtendedBatchMetadataResolver.java
index 84a0ec3..2f37f2f 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/metadata/resolver/ExtendedBatchMetadataResolver.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/metadata/resolver/ExtendedBatchMetadataResolver.java
@@ -20,7 +20,6 @@ package org.opensaml.saml.metadata.resolver;
 import javax.annotation.Nullable;
 
 import org.joda.time.DateTime;
-import org.opensaml.core.xml.XMLObject;
 
 /**
  * Extended {@link BatchMetadataResolver}.
@@ -37,7 +36,7 @@ public interface ExtendedBatchMetadataResolver extends BatchMetadataResolver {
     @Nullable public DateTime getRootValidUntil();
 
     /**
-     * Get the validity state of the metadata batch root element, as determined by {@link #isValid(XMLObject)}.
+     * Get the validity state of the metadata batch root element, as determined in an implementation-specific manner.
      *
      * @return true if root element is valid, false if not valid, null if indeterminate
      */

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


More information about the commits mailing list