diff options
author | Tom Tromey <tromey@redhat.com> | 2006-06-14 14:47:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-06-14 14:47:46 +0000 |
commit | 124b21d0aaca024d95d53db7f7a6cc5301c328aa (patch) | |
tree | 36bf504144dcb6fb0a8633411c55478f371e40fd /java | |
parent | 32525c35b1502b02412387fb4165e2e9b2d93cda (diff) | |
download | classpath-124b21d0aaca024d95d53db7f7a6cc5301c328aa.tar.gz |
* java/io/File.java (getParent): Javadoc fix.
Diffstat (limited to 'java')
-rw-r--r-- | java/io/File.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/io/File.java b/java/io/File.java index 8f5efad1e..68b6a85fe 100644 --- a/java/io/File.java +++ b/java/io/File.java @@ -542,7 +542,8 @@ public class File implements Serializable, Comparable /** * This method returns a <code>String</code> the represents this file's * parent. <code>null</code> is returned if the file has no parent. The - * parent is determined via a simple operation which removes the + * parent is determined via a simple operation which removes the name + * after the last file separator character, as determined by the platform. * * @return The parent directory of this file */ |