From 124b21d0aaca024d95d53db7f7a6cc5301c328aa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Jun 2006 14:47:46 +0000 Subject: * java/io/File.java (getParent): Javadoc fix. --- java/io/File.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') 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 String the represents this file's * parent. null 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 */ -- cgit v1.2.1