You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/10/09 13:09:20 UTC

svn commit: r583110 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java

Author: andyhot
Date: Tue Oct  9 04:09:19 2007
New Revision: 583110

URL: http://svn.apache.org/viewvc?rev=583110&view=rev
Log:
unused import

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java?rev=583110&r1=583109&r2=583110&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/Form.java Tue Oct  9 04:09:19 2007
@@ -14,7 +14,6 @@
 
 package org.apache.tapestry.form;
 
-import org.apache.hivemind.ApplicationRuntimeException;
 import org.apache.hivemind.Location;
 import org.apache.tapestry.*;
 import org.apache.tapestry.engine.DirectServiceParameter;
@@ -74,7 +73,7 @@
     /**
      * Indicates to any wrapped form components that they should respond to the form submission.
      * 
-     * @throws ApplicationRuntimeException
+     * @throws org.apache.hivemind.ApplicationRuntimeException
      *             if not rendering.
      */