[java-identity-provider] 02/03: Fix Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Tue Sep 24 12:19:17 EDT 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=af8d0395e5407a30b715029db18ccdde0f48c3b2
commit af8d0395e5407a30b715029db18ccdde0f48c3b2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 24 16:55:06 2019 +0100
Fix Javadoc
---
.../idp/attribute/resolver/scripted/ScriptedIdPAttribute.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/scripted/ScriptedIdPAttribute.java b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/scripted/ScriptedIdPAttribute.java
index 072093a..e3510ef 100644
--- a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/scripted/ScriptedIdPAttribute.java
+++ b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/scripted/ScriptedIdPAttribute.java
@@ -34,9 +34,8 @@ public interface ScriptedIdPAttribute {
/**
* Return all the values, but with {@link net.shibboleth.idp.attribute.StringAttributeValue} values returned as
* strings.<br/>
- * This method is a helper method for V2 compatibility.
*
- * @return a modifiable collection of the string attributes (not the String
+ * @return a modifiable collection of the string attributes
* @throws ResolutionException if the script has called {@link #getNativeAttribute()}
*/
@Nullable public Collection<Object> getValues() throws ResolutionException;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list