jmitchell 2003/02/21 19:28:15
Modified: src/test/org/apache/struts/taglib/logic TestEmptyTag.java
Log:
Fix simple copy/paste error.
Revision Changes Path
1.3 +2 -2
jakarta-struts/src/test/org/apache/struts/taglib/logic/TestEmptyTag.java
Index: TestEmptyTag.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/logic/TestEmptyTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestEmptyTag.java 22 Feb 2003 03:18:59 -0000 1.2
+++ TestEmptyTag.java 22 Feb 2003 03:28:15 -0000 1.3
@@ -122,7 +122,7 @@
/**
* Testing <code>EmptyTag</code> using name attribute in
- * the application scope.
+ * the some scope.
*/
public void testEmptyTagUsingName()
throws ServletException, JspException {
@@ -163,7 +163,7 @@
/**
* Testing <code>EmptyTag</code> using name attribute in
- * the application scope.
+ * the some scope.
*/
public void testEmptyTagUsingProperty()
throws ServletException, JspException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]