jmitchell 2003/08/04 05:06:46
Modified: src/share/org/apache/struts/config ActionConfig.java
Log:
Fix comments. Submitted by Rob Leand ;)
Revision Changes Path
1.14 +8 -8
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ActionConfig.java 3 Aug 2003 14:18:03 -0000 1.13
+++ ActionConfig.java 4 Aug 2003 12:06:46 -0000 1.14
@@ -530,13 +530,13 @@
/**
* Indicates Action be configured as the default one for this
- * application, when true.
+ * module, when true.
*/
protected boolean unknown = false;
/**
* Determine whether Action is configured as the default one for this
- * application.
+ * module.
*/
public boolean getUnknown() {
return (this.unknown);
@@ -544,7 +544,7 @@
/**
* @param unknown Indicates Action is configured as the default one for this
- * application, when true.
+ * module, when true.
*/
public void setUnknown(boolean unknown) {
if (configured) {
@@ -651,7 +651,7 @@
/**
- * Return all forward configurations for this application. If there
+ * Return all forward configurations for this module. If there
* are none, a zero-length array is returned.
*/
public ForwardConfig[] findForwardConfigs() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]