[java-identity-provider] branch master updated: IDP-680 marke getSourceAttributeId as deprecated
Rod Widdowson
rdw at steadingsoftware.com
Tue Sep 11 11:34:30 EDT 2018
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=5b2822e41d4683f960ea9c3d1efca87f545e19cf
The following commit(s) were added to refs/heads/master by this push:
new 5b2822e IDP-680 marke getSourceAttributeId as deprecated
5b2822e is described below
commit 5b2822e41d4683f960ea9c3d1efca87f545e19cf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 11 16:33:52 2018 +0100
IDP-680 marke getSourceAttributeId as deprecated
https://issues.shibboleth.net/jira/browse/IDP-680
---
.../idp/attribute/resolver/AbstractAttributeDefinition.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractAttributeDefinition.java b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractAttributeDefinition.java
index cb30117..7abff6e 100644
--- a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractAttributeDefinition.java
+++ b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractAttributeDefinition.java
@@ -188,10 +188,10 @@ public abstract class AbstractAttributeDefinition extends AbstractResolverPlugin
/**
* Gets the source attribute id.
- *
+ * @deprecated - only used for old style dependencies
* @return the source attribute id
*/
- public String getSourceAttributeId() {
+ public @Deprecated String getSourceAttributeId() {
return sourceAttributeID;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list