Author: markt
Date: Tue Sep  1 16:19:58 2015
New Revision: 1700607

URL: http://svn.apache.org/r1700607
Log:
Fix typo

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java?rev=1700607&r1=1700606&r2=1700607&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java Tue Sep  1 
16:19:58 2015
@@ -31,7 +31,7 @@ public class RequestUtil {
      *
      * @param path Relative path to be normalized
      *
-     * @return The normalized path or <code>null</code> of the path cannot be
+     * @return The normalized path or <code>null</code> if the path cannot be
      *         normalized
      */
     public static String normalize(String path) {
@@ -48,7 +48,7 @@ public class RequestUtil {
      * @param path Relative path to be normalized
      * @param replaceBackSlash Should '\\' be replaced with '/'
      *
-     * @return The normalized path or <code>null</code> of the path cannot be
+     * @return The normalized path or <code>null</code> if the path cannot be
      *         normalized
      */
     public static String normalize(String path, boolean replaceBackSlash) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to