Author: markt
Date: Thu Sep 12 09:38:10 2013
New Revision: 1522504
URL: http://svn.apache.org/r1522504
Log:
Fix some Javadoc
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java?rev=1522504&r1=1522503&r2=1522504&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java Thu Sep 12
09:38:10 2013
@@ -921,9 +921,9 @@ public class JspUtil {
}
/**
- * Class.getName() return arrays in the form "[[[<et>", where et, the
- * element type can be one of ZBCDFIJS or L<classname>; It is converted
- * into forms that can be understood by javac.
+ * Class.getName() return arrays in the form "[[[<et>", where et, the
+ * element type can be one of ZBCDFIJS or L<classname>;. It is
+ * converted into forms that can be understood by javac.
*/
public static String toJavaSourceType(String type) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]