[java-identity-provider] 15/51: IDP-1121 Remove misplaced (impl) AbstractDataConnectorParser

Rod Widdowson rdw at steadingsoftware.com
Wed Feb 6 08:42:46 EST 2019


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

rdw 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=cf79fa52f05f3665379b061c0eb723f33200699d

commit cf79fa52f05f3665379b061c0eb723f33200699d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 28 16:47:10 2018 +0000

    IDP-1121 Remove misplaced (impl) AbstractDataConnectorParser
    
    https://issues.shibboleth.net/jira/browse/IDP-1121
---
 .../dc/impl/AbstractDataConnectorParser.java       | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/AbstractDataConnectorParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/AbstractDataConnectorParser.java
deleted file mode 100644
index 4ccba82..0000000
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/AbstractDataConnectorParser.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Licensed to the University Corporation for Advanced Internet Development,
- * Inc. (UCAID) under one or more contributor license agreements.  See the
- * NOTICE file distributed with this work for additional information regarding
- * copyright ownership. The UCAID licenses this file to You under the Apache
- * License, Version 2.0 (the "License"); you may not use this file except in
- * compliance with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package net.shibboleth.idp.attribute.resolver.spring.dc.impl;
-
-import net.shibboleth.utilities.java.support.primitive.DeprecationSupport;
-import net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType;
-
-/**
- * Place holder to cover up the fact that we went a release 
- * with {@link net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser} in the impl package.
- * @deprecated use the {@link net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser}.
- */
- at Deprecated
-public abstract class AbstractDataConnectorParser 
-       extends net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser {
-    
-    /**
-     * Constructor.  Added purely to generate the deprecation warning.
-     */
-    public AbstractDataConnectorParser() {
-        super();
-        DeprecationSupport.warn(ObjectType.CLASS, this.getClass().getName(), null, super.getClass().getName());
-    }
-}

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


More information about the commits mailing list