[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProvi...

noreply at shibboleth.net noreply at shibboleth.net
Fri Sep 16 13:41:49 BST 2011


Author: lajoie
Date: Fri Sep 16 13:41:49 2011
New Revision: 4067

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4067&view=rev
Log:
remove now-incorrect javadoc

Modified:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java?rev=4067&r1=4066&r2=4067&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractIdentityProviderAction.java Fri Sep 16 13:41:49 2011
@@ -120,8 +120,6 @@
      * @param profileRequestContext the current IdP profile request context, never null
      * 
      * @return the result of this action, never null
-     * 
-     * @throws Throwable thrown if there is some problem executing this action
      */
     public abstract Event doExecute(final HttpServletRequest httpRequest, final HttpServletResponse httpResponse,
             final RequestContext springRequestContext,



More information about the commits mailing list