husted 2002/07/09 17:00:27
Modified: src/share/org/apache/struts/validator ValidatorPlugIn.java
Log:
Javadoc updates. No code changes.
Revision Changes Path
1.6 +7 -7
jakarta-struts/src/share/org/apache/struts/validator/ValidatorPlugIn.java
Index: ValidatorPlugIn.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/validator/ValidatorPlugIn.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ValidatorPlugIn.java 30 Jun 2002 03:28:47 -0000 1.5
+++ ValidatorPlugIn.java 10 Jul 2002 00:00:27 -0000 1.6
@@ -99,7 +99,7 @@
private static Log log = LogFactory.getLog(ValidatorPlugIn.class);
/**
- * The application configuration for our owning sub-application.
+ * The application configuration for our owning module.
*/
private ApplicationConfig config = null;
@@ -151,7 +151,7 @@
* Initialize and load our resources.
*
* @param servlet The ActionServlet for our application
- * @param config The ApplicationConfig for our owning sub-application
+ * @param config The ApplicationConfig for our owning module
*
* @exception ServletException if we cannot configure ourselves correctly
*/
@@ -191,7 +191,7 @@
}
/**
- * Initialize the validator resources for this application.
+ * Initialize the validator resources for this module.
*
* @exception IOException if an input/output error is encountered
* @exception ServletException if we cannot initialize these resources
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>