Author: markt
Date: Mon Oct 27 23:00:24 2014
New Revision: 1634726

URL: http://svn.apache.org/r1634726
Log:
Complete missing Javadoc

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java?rev=1634726&r1=1634725&r2=1634726&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java Mon Oct 27 
23:00:24 2014
@@ -92,6 +92,13 @@ class JspReader {
     /**
      * Constructor: same as above constructor but with initialized reader
      * to the file given.
+     *
+     * @param ctxt   The compilation context
+     * @param fname  The file name
+     * @param reader A reader for the JSP source file
+     * @param err The error dispatcher
+     *
+     * @throws JasperException If an error occurs parsing the JSP file
      */
     public JspReader(JspCompilationContext ctxt,
                      String fname,



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

Reply via email to