[java-opensaml] branch master updated: Javadoc: remove reference to a removed type

Ian Young ian at iay.org.uk
Wed May 22 10:09:05 EDT 2019


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

iay 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=d29f9b54e93add1848952e116815ce2ac4c20a3a

The following commit(s) were added to refs/heads/master by this push:
       new  d29f9b5   Javadoc: remove reference to a removed type
d29f9b5 is described below

commit d29f9b54e93add1848952e116815ce2ac4c20a3a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed May 22 15:09:01 2019 +0100

    Javadoc: remove reference to a removed type
---
 .../main/java/org/opensaml/saml/common/binding/EndpointResolver.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/EndpointResolver.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/EndpointResolver.java
index 6068687..d61259f 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/EndpointResolver.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/EndpointResolver.java
@@ -33,11 +33,6 @@ import net.shibboleth.utilities.java.support.resolver.Resolver;
  * <li>{@link org.opensaml.saml.criterion.RoleDescriptorCriterion}</li>
  * </ul>
  * 
- * Implementations SHOULD also support the following criteria when possible:
- * <ul>
- * <li>{@link org.opensaml.saml.criterion.SignedRequestCriterion}</li>
- * </ul>
- * 
  * @param <EndpointType> the type of endpoint to resolve
  */
 public interface EndpointResolver<EndpointType extends Endpoint> extends Resolver<EndpointType, CriteriaSet> {

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


More information about the commits mailing list