You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2009/05/01 10:43:52 UTC

svn commit: r770579 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java

Author: tellison
Date: Fri May  1 08:43:52 2009
New Revision: 770579

URL: http://svn.apache.org/viewvc?rev=770579&view=rev
Log:
Trivial javadoc update.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java?rev=770579&r1=770578&r2=770579&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java Fri May  1 08:43:52 2009
@@ -1409,9 +1409,9 @@
      * dependent and may not be transferable between different operating / file
      * systems.
      * 
-     * @return an URL for this file.
+     * @return a URL for this file.
      * @throws java.net.MalformedURLException
-     *             if the path cannot be transformed into an URL.
+     *             if the path cannot be transformed into a URL.
      */
     @SuppressWarnings("nls")
     public URL toURL() throws java.net.MalformedURLException {