Re: cvs commit: jakarta-struts/src/share/org/apache/struts/configActionConfig.java

2003-08-04 Thread Rob Leland
[EMAIL PROTECTED] wrote:

jmitchell2003/08/04 05:06:46

 Modified:src/share/org/apache/struts/config ActionConfig.java
 Log:
 Fix comments.  Submitted by Rob Leand ;)
This is actually a bug from me. When I renamed everything from
'application' to 'module' I overlooked these. Thanks !
--
-
Rob Leland (703-525-3580)
Choose a job you love, and you will never have to work a day of your life.
 
-Confucius.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: cvs commit: jakarta-struts/src/share/org/apache/struts/configActionConfig.java

2003-08-03 Thread Rob Leland
[EMAIL PROTECTED] wrote:

jmitchell2003/08/03 07:18:03

 Modified:src/share/org/apache/struts/config ActionConfig.java
 Log:
 Fix comments.  Submitted by Michael Rimov.
 
 Revision  ChangesPath
 1.13  +5 -5  jakarta-struts/src/share/org/apache/struts/config/ActionConfig.java
 
 Index: ActionConfig.java
 ===
 RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ActionConfig.java,v
 retrieving revision 1.12
 retrieving revision 1.13
 diff -u -r1.12 -r1.13
 --- ActionConfig.java	4 Jul 2003 21:25:23 -	1.12
 +++ ActionConfig.java	3 Aug 2003 14:18:03 -	1.13
 @@ -651,7 +651,7 @@
  
  
  /**
 - * Return the form bean configurations for this application.  If there
 + * Return all forward configurations for this application.  If there

Should this be 'module' instead of 'application'   ?


   * are none, a zero-length array is returned.
   */
  public ForwardConfig[] findForwardConfigs() {
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 



--
-
Rob Leland (703-525-3580)
Choose a job you love, and you will never have to work a day of your life.
 
-Confucius.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]