[java-identity-provider] branch main updated: Missing deprecation annotation.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 1 12:21:04 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=76ecf8d3fe97f64b91d22777387d969ee94e0277
The following commit(s) were added to refs/heads/main by this push:
new 76ecf8d3f Missing deprecation annotation.
76ecf8d3f is described below
commit 76ecf8d3fe97f64b91d22777387d969ee94e0277
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 1 08:21:01 2020 -0400
Missing deprecation annotation.
---
.../java/net/shibboleth/idp/saml/nameid/impl/LegacyCanonicalization.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/nameid/impl/LegacyCanonicalization.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/nameid/impl/LegacyCanonicalization.java
index 65aaf1d1c..634b7235e 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/nameid/impl/LegacyCanonicalization.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/nameid/impl/LegacyCanonicalization.java
@@ -38,6 +38,7 @@ import net.shibboleth.utilities.java.support.primitive.DeprecationSupport.Object
*
* @deprecated
*/
+ at Deprecated
public class LegacyCanonicalization extends AbstractSubjectCanonicalizationAction {
/** Class logger. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list