[java-identity-provider] branch master updated: Remove unneeded type declaration.

Scott Cantor cantor.2 at osu.edu
Wed Jun 10 14:40:11 UTC 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=76402f2f34194b558014eec8efa706ad6ce1e842

The following commit(s) were added to refs/heads/master by this push:
       new  76402f2f3 Remove unneeded type declaration.
76402f2f3 is described below

commit 76402f2f34194b558014eec8efa706ad6ce1e842
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 10 10:40:08 2020 -0400

    Remove unneeded type declaration.
---
 .../relyingparty/metadata/filter/impl/EntityRoleFilterParser.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityRoleFilterParser.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityRoleFilterParser.java
index ce802688c..cabed24dd 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityRoleFilterParser.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityRoleFilterParser.java
@@ -42,11 +42,6 @@ public class EntityRoleFilterParser extends AbstractSingleBeanDefinitionParser {
     @Nonnull public static final QName TYPE_NAME = new QName(AbstractMetadataProviderParser.METADATA_NAMESPACE,
             "EntityRole");
 
-    /** Deprecated Element name. */
-    @Deprecated(forRemoval=true, since="4.1.0")
-    @Nonnull public static final QName DEPRECATED_TYPE_NAME =
-            new QName(AbstractMetadataProviderParser.METADATA_NAMESPACE, "EntityRoleWhiteList");
-
     /** {@inheritDoc} */
     @Override protected Class<?> getBeanClass(final Element element) {
         return EntityRoleFilter.class;

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


More information about the commits mailing list