Author: ggregory
Date: Thu Nov 15 01:35:32 2012
New Revision: 1409632

URL: http://svn.apache.org/viewvc?rev=1409632&view=rev
Log:
Jaavdoc.

Modified:
    
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/UriParser.java

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/UriParser.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/UriParser.java?rev=1409632&r1=1409631&r2=1409632&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/UriParser.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/UriParser.java
 Thu Nov 15 01:35:32 2012
@@ -30,8 +30,8 @@ import org.apache.commons.vfs2.util.Os;
 public final class UriParser
 {
     /**
-     * The set of valid separators. These are all converted to the normalised
-     * one. Does <i>not</i> contain the normalised separator
+     * The set of valid separators. These are all converted to the normalized
+     * one. Does <i>not</i> contain the normalized separator
      */
     // public static final char[] separators = {'\\'};
     public static final char TRANS_SEPARATOR = '\\';


Reply via email to