You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/29 10:53:01 UTC

svn commit: r1845099 - /tomcat/trunk/test/webapp/WEB-INF/test.tld

Author: markt
Date: Mon Oct 29 10:53:01 2018
New Revision: 1845099

URL: http://svn.apache.org/viewvc?rev=1845099&view=rev
Log:
Add missing word.
Reflow.
Based on a patch provided by mdfst13
This fixes #128

Modified:
    tomcat/trunk/test/webapp/WEB-INF/test.tld

Modified: tomcat/trunk/test/webapp/WEB-INF/test.tld
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/test.tld?rev=1845099&r1=1845098&r2=1845099&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/WEB-INF/test.tld (original)
+++ tomcat/trunk/test/webapp/WEB-INF/test.tld Mon Oct 29 10:53:01 2018
@@ -43,8 +43,8 @@
   <function>
     <name>toArray</name>
     <function-class>org.apache.el.TesterFunctions</function-class>
-    <!-- Do not change whitespace in signature below.
-         It used to test for correctness in o.a.jasper.compiler.Validator. -->
+    <!-- Do not change whitespace in signature below. It is used to test for
+         correctness in o.a.jasper.compiler.Validator. -->
     <function-signature>
       java.lang.String toArray(java.lang.String,
                                java.lang.String)
@@ -54,8 +54,8 @@
   <function>
     <name>toArrayB</name>
     <function-class>org.apache.el.TesterFunctions</function-class>
-    <!-- Do not change whitespace in signature below.
-         It used to test for correctness in o.a.jasper.compiler.Validator. -->
+    <!-- Do not change whitespace in signature below. It is used to test for
+         correctness in o.a.jasper.compiler.Validator. -->
     <function-signature>
       java.lang.String toArray (java.lang.String,java.lang.String)
     </function-signature>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org