dain 2004/01/25 13:21:27
Modified: specs/jsp/src/java/javax/servlet/jsp/tagext
TagLibraryValidator.java
Log:
Rolledback accidential change
Revision Changes Path
1.3 +4 -4
incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryValidator.java
Index: TagLibraryValidator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryValidator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TagLibraryValidator.java 25 Jan 2004 21:07:05 -0000 1.2
+++ TagLibraryValidator.java 25 Jan 2004 21:21:27 -0000 1.3
@@ -58,8 +58,8 @@
import java.util.Map;
/**
- * Translation-time validation class for a JSP page.
- * A validation operates on the XML view associated with the JSP page.
+ * Translation-time validator class for a JSP page.
+ * A validator operates on the XML view associated with the JSP page.
*
* <p>
* The TLD file associates a TagLibraryValidator class and some init
@@ -89,7 +89,7 @@
* <p>
* A TagLibraryValidator instance
* may create auxiliary objects internally to perform
- * the validation (e.g. an XSchema validation) and may reuse it for all
+ * the validation (e.g. an XSchema validator) and may reuse it for all
* the pages in a given translation run.
*
* <p>
@@ -128,7 +128,7 @@
}
/**
- * Set the init data in the TLD for this validation.
+ * Set the init data in the TLD for this validator.
* Parameter names are keys, and parameter values are the values.
*
* @param map A Map describing the init parameters