>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:

Mark> Could you add documentation for that to the method?

Checking this in to Classpath.

Tom

2005-12-17  Tom Tromey  <[EMAIL PROTECTED]>

        * java/io/File.java (File): Updated javadoc.

Index: java/io/File.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/File.java,v
retrieving revision 1.60
diff -u -r1.60 File.java
--- java/io/File.java   14 Dec 2005 17:32:35 -0000      1.60
+++ java/io/File.java   17 Dec 2005 21:15:04 -0000
@@ -396,7 +396,8 @@
    * This method initializes a new <code>File</code> object to represent
    * a file corresponding to the specified <code>file:</code> protocol URI.
    *
-   * @param uri The uri.
+   * @param uri The URI
+   * @throws IllegalArgumentException if the URI is not hierarchical
    */
   public File(URI uri)
   {


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to