You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/10/16 00:56:44 UTC

svn commit: r1398558 - /river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java

Author: sijskes
Date: Mon Oct 15 22:56:44 2012
New Revision: 1398558

URL: http://svn.apache.org/viewvc?rev=1398558&view=rev
Log:
fixed docu.

Modified:
    river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java

Modified: river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java?rev=1398558&r1=1398557&r2=1398558&view=diff
==============================================================================
--- river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java (original)
+++ river/jtsk/trunk/src/org/apache/river/impl/net/UriString.java Mon Oct 15 22:56:44 2012
@@ -184,7 +184,8 @@ public class UriString {
         return sb.toString();
     }
     
-    /* Fixes windows file URI path by converting back slashes to forward
+    /**
+     * Fixes windows file URI path by converting back slashes to forward
      * slashes and inserting a forward slash before the drive letter if it is
      * missing.  No modification of case is performed.
      */