Correct the number
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Feb 2010 08:06:19 +0000 (08:06 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Feb 2010 08:06:19 +0000 (08:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916170 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/JavacErrorDetail.java
java/org/apache/jasper/resources/LocalStrings.properties

index 0dc3331..4042b06 100644 (file)
@@ -98,8 +98,8 @@ public class JavacErrorDetail {
     
                 if (jspLines.length < jspBeginLineNum) {
                     // Avoid ArrayIndexOutOfBoundsException
-                    // Probably bug 48494 but could be some other cause
-                    jspExtract = Localizer.getMessage("jsp.error.bug48494");
+                    // Probably bug 48498 but could be some other cause
+                    jspExtract = Localizer.getMessage("jsp.error.bug48498");
                     return;
                 }
                 
index a5a13b3..e48b112 100644 (file)
@@ -462,4 +462,4 @@ jsp.error.tag.conflict.trimdirectivewhitespaces=Tag directive: illegal to have m
 jsp.warning.noJarScanner=Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation.
 
 # JavacErrorDetail
-jsp.error.bug48494=Unable to display JSP extract. Probably due to a JRE bug (see Tomcat bug 48498 for details).
+jsp.error.bug48498=Unable to display JSP extract. Probably due to an XML parser bug (see Tomcat bug 48498 for details).