classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch: FYI: fix PR 25389


From: Tom Tromey
Subject: Re: [cp-patches] Patch: FYI: fix PR 25389
Date: 17 Dec 2005 14:09:48 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Mark" == Mark Wielaard <address@hidden> writes:

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

Checking this in to Classpath.

Tom

2005-12-17  Tom Tromey  <address@hidden>

        * 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)
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]