[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRel...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 6 22:06:39 EST 2014
Author: scantor
Date: Thu Mar 6 22:06:39 2014
New Revision: 5539
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5539&view=rev
Log:
Fix javadoc
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRelyingPartyContextFromSAMLPeer.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRelyingPartyContextFromSAMLPeer.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRelyingPartyContextFromSAMLPeer.java?rev=5539&r1=5538&r2=5539&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRelyingPartyContextFromSAMLPeer.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/InitializeRelyingPartyContextFromSAMLPeer.java Thu Mar 6 22:06:39 2014
@@ -85,9 +85,9 @@
}
/**
- * Set the strategy used to look up the {@link BasicMessageMetadataContext} to draw from.
+ * Set the strategy used to look up the {@link SAMLPeerEntityContext} to draw from.
*
- * @param strategy strategy used to look up the {@link BasicMessageMetadataContext}
+ * @param strategy strategy used to look up the {@link SAMLPeerEntityContext}
*/
public void setPeerEntityContextLookupStrategy(
@Nonnull final Function<ProfileRequestContext, SAMLPeerEntityContext> strategy) {
More information about the commits
mailing list