This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 17dc9cc  Reformat comment
17dc9cc is described below

commit 17dc9cce6c900846b3be08718668b780289db2c7
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Nov 6 09:40:22 2019 +0000

    Reformat comment
---
 java/org/apache/jasper/compiler/Generator.java | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/java/org/apache/jasper/compiler/Generator.java 
b/java/org/apache/jasper/compiler/Generator.java
index c5678ec..02492ee 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -3273,12 +3273,18 @@ class Generator {
         }
 
         /*
-         * @param c The target class to which to coerce the given string @param
-         * s The string value @param attrName The name of the attribute whose
-         * value is being supplied @param propEditorClass The property editor
-         * for the given attribute @param isNamedAttribute true if the given
-         * attribute is a named attribute (that is, specified using the
-         * jsp:attribute standard action), and false otherwise
+         * @param c
+         *              The target class to which to coerce the given string
+         * @param s
+         *              The string value
+         * @param attrName
+         *              The name of the attribute whose value is being supplied
+         * @param propEditorClass
+         *              The property editor for the given attribute
+         * @param isNamedAttribute
+         *              true if the given attribute is a named attribute (that
+         *              is, specified using the jsp:attribute standard action),
+         *              and false otherwise
          */
         private String convertString(Class<?> c, String s, String attrName,
                 Class<?> propEditorClass, boolean isNamedAttribute) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to