You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/25 05:59:32 UTC

DO NOT REPLY [Bug 13961] New: - Incompatible Javadoc Comments in JspRuntimeContext.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13961>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13961

Incompatible Javadoc Comments in JspRuntimeContext.java

           Summary: Incompatible Javadoc Comments in JspRuntimeContext.java
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: medined@mtolive.com


In org/apache/jasper/compiler/JspRuntimeContext.java - JspRuntimeContext method
To avoid internationalization error messages, change first line comment from:

 * Class for tracking JSP compile time file dependencies when the
 * &lt;%@include file="..."%&gt; directive is used.

to 

 * Class for tracking JSP compile time file dependencies when the
 * <%@include file="..."%> directive is used.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>