[java-identity-provider COMMIT] /trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/Abs...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 21 21:19:41 EDT 2013


Author: scantor
Date: Mon Oct 21 21:19:41 2013
New Revision: 4897

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4897&view=rev
Log:
Fix doc link.

Modified:
    trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/AbstractSAMLAttributeMapper.java

Modified: trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/AbstractSAMLAttributeMapper.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/AbstractSAMLAttributeMapper.java?rev=4897&r1=4896&r2=4897&view=diff
==============================================================================
--- trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/AbstractSAMLAttributeMapper.java (original)
+++ trunk/idp-attribute-mapper-api/src/main/java/net/shibboleth/idp/attribute/mapper/AbstractSAMLAttributeMapper.java Mon Oct 21 21:19:41 2013
@@ -177,7 +177,7 @@
     /**
      * Compare whether the name and format given "match" ours. Used in checking both against input attributes and as
      * part of equality checking. For the sake of comparison null is considered to be the same as
-     * {@link IdPAttribute.UNSPECIFIED}
+     * {@link Attribute#UNSPECIFIED}
      * 
      * @param otherSAMLName the name to compare against
      * @param otherSAMLFormat the format to compare against



More information about the commits mailing list