Author: pbenedict
Date: Wed Jun 27 21:31:58 2007
New Revision: 551442
URL: http://svn.apache.org/viewvc?view=rev&rev=551442
Log:
STR-286: Fix @since tags for this issue
Modified:
struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java
Modified:
struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java?view=diff&rev=551442&r1=551441&r2=551442
==============================================================================
---
struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java
(original)
+++
struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java
Wed Jun 27 21:31:58 2007
@@ -84,7 +84,7 @@
* @param actionConfig action config for current request
* @return true if action form should be populated
*
- * @since Struts 1.3.7
+ * @since Struts 1.4
*/
protected boolean isPopulate(HttpServletRequest request, ActionConfig
actionConfig) {
String strPopulate = actionConfig.getPopulate();
@@ -97,7 +97,7 @@
* @param actionConfig action config for current request
* @return true if action form should be reset
*
- * @since Struts 1.3.7
+ * @since Struts 1.4
*/
protected boolean isReset(HttpServletRequest request, ActionConfig
actionConfig) {
String strReset = actionConfig.getReset();
@@ -114,7 +114,7 @@
* corresponding action form; false if if action mapping is
* configured not to reset (or populate) the action form.
*
- * @since Struts 1.3.7
+ * @since Struts 1.4
*/
protected boolean getResetOrPopulate(HttpServletRequest request, String
strAttr) {
// Reset configuration is not defined (should not happen,