[java-identity-provider] branch master updated: IDP-1397 remove long deprecated impl class
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 7 05:11:12 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=5689cfd893fae8d4213a6a239e1e9a68985e250d
The following commit(s) were added to refs/heads/master by this push:
new 5689cfd IDP-1397 remove long deprecated impl class
5689cfd is described below
commit 5689cfd893fae8d4213a6a239e1e9a68985e250d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 7 10:09:31 2019 +0000
IDP-1397 remove long deprecated impl class
https://issues.shibboleth.net/jira/browse/IDP-1397
---
.../net/shibboleth/idp/consent/impl/Consent.java | 27 ----------------------
.../shibboleth/idp/consent/impl/package-info.java | 22 ------------------
2 files changed, 49 deletions(-)
diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/Consent.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/Consent.java
deleted file mode 100644
index dc7216d..0000000
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/Consent.java
+++ /dev/null
@@ -1,27 +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.consent.impl;
-
-/**
- * Represents consent.
- *
- * @deprecated use {@link net.shibboleth.idp.consent.Consent}
- */
-public class Consent extends net.shibboleth.idp.consent.Consent {
-
-}
diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/package-info.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/package-info.java
deleted file mode 100644
index 2b1bec7..0000000
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/impl/package-info.java
+++ /dev/null
@@ -1,22 +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.
- */
-
-/**
- * Classed related to consent.
- */
-
-package net.shibboleth.idp.consent.impl;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list