husted 2003/01/02 11:43:45
Modified: contrib/scaffold/src/java/org/apache/struts/scaffold
ProcessFormAction.java
Log:
+ JavaDoc / code style fixes.
Revision Changes Path
1.8 +3 -4
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessFormAction.java
Index: ProcessFormAction.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/ProcessFormAction.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ProcessFormAction.java 8 Dec 2002 08:14:29 -0000 1.7
+++ ProcessFormAction.java 2 Jan 2003 19:43:45 -0000 1.8
@@ -5,7 +5,6 @@
import org.apache.commons.beanutils.BeanUtils;
-import org.apache.commons.scaffold.lang.ChainedException;
import org.apache.commons.scaffold.lang.Log;
import org.apache.commons.scaffold.lang.Tokens;
@@ -47,13 +46,13 @@
* context,
* then the matching properties on that bean are populated with the
* result.
+ * :TODO: Change from BeanUtil.populate to copyProperties
+ * in 1.1 version.
*
* @param request the request being serviced
* @param name The name to use in scope
* @param scope The scope to set the attribute in
* @param bean The attribute to be set
- * @todo Change from BeanUtil.populate to copyProperties
- * in 1.1 version.
*/
protected void exposeInScope(
HttpServletRequest request,
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>