[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileReque...

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 1 12:39:09 EDT 2016


Author: scantor
Date: Fri Apr  1 12:39:08 2016
New Revision: 8191

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8191&view=rev
Log:
Fix javadoc.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java?rev=8191&r1=8190&r2=8191&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java	(original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java	Fri Apr  1 12:39:08 2016
@@ -29,8 +29,8 @@
 import javax.servlet.ServletRequest;
 
 /**
- * Exposes the {@link org.opensaml.profile.context.ProfileRequestContext} in a HTTP session attribute to make it
- * accessible outside the Webflow execution pipeline. The PRC is stored in a request attribute under the key
+ * Exposes the {@link org.opensaml.profile.context.ProfileRequestContext} in a request attribute to make it
+ * accessible outside the Webflow execution pipeline. The PRC is stored under the key
  * {@link ProfileRequestContext#BINDING_KEY}.
  *
  * @author Marvin S. Addison



More information about the commits mailing list