Author: markt
Date: Wed Oct 29 13:57:05 2014
New Revision: 1635134
URL: http://svn.apache.org/r1635134
Log:
Fix typo and Java 8 Javadoc issue
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java?rev=1635134&r1=1635133&r2=1635134&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Wed Oct
29 13:57:05 2014
@@ -92,7 +92,7 @@ import org.xml.sax.ext.EntityResolver2;
* </servlet-mapping>
* </pre>
* <p>It can be mapped to sub-paths, however in all cases resources are served
- * from the web appplication resource root using the full path from the root
+ * from the web application resource root using the full path from the root
* of the web application context.
* <br>e.g. given a web application structure:
*</p>
@@ -2192,6 +2192,8 @@ public class DefaultServlet extends Http
/**
* Validate range.
+ *
+ * @return true if the range is valid, otherwise false
*/
public boolean validate() {
if (end >= length)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]