diff options
| author | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-02-26 04:01:01 +0000 |
|---|---|---|
| committer | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-02-26 04:01:01 +0000 |
| commit | 511c1460e1aa3976f3a3cbefa39dba71a6379c35 (patch) | |
| tree | d79552f67d34df0574cd1033b82b698e32b708a6 /java/util/logging | |
| parent | ec4b60b20cc9d60c2260bb776e9118b041a3ee70 (diff) | |
| download | classpath-511c1460e1aa3976f3a3cbefa39dba71a6379c35.tar.gz | |
2006-02-26 Raif S. Naffah <raif@swiftdsl.com.au>
* java/util/logging/FileHandler.java: Fixed a javadoc reference.
Diffstat (limited to 'java/util/logging')
| -rw-r--r-- | java/util/logging/FileHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/logging/FileHandler.java b/java/util/logging/FileHandler.java index b03df97ec..cde861916 100644 --- a/java/util/logging/FileHandler.java +++ b/java/util/logging/FileHandler.java @@ -115,7 +115,7 @@ import java.util.ListIterator; * * <li><code>%h</code> - replaced by the location of the home * directory of the current user. This value is taken from the - * system property <code>file.separator</code>.</li> + * system property <code>user.home</code>.</li> * * <li><code>%g</code> - replaced by a generation number for * distinguisthing the individual items in the rotating set |
