summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-14 14:47:46 +0000
committerTom Tromey <tromey@redhat.com>2006-06-14 14:47:46 +0000
commit124b21d0aaca024d95d53db7f7a6cc5301c328aa (patch)
tree36bf504144dcb6fb0a8633411c55478f371e40fd /java
parent32525c35b1502b02412387fb4165e2e9b2d93cda (diff)
downloadclasspath-124b21d0aaca024d95d53db7f7a6cc5301c328aa.tar.gz
* java/io/File.java (getParent): Javadoc fix.
Diffstat (limited to 'java')
-rw-r--r--java/io/File.java3
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
*/