diff options
Diffstat (limited to 'libjava/classpath/java/util/logging/FileHandler.java')
-rw-r--r-- | libjava/classpath/java/util/logging/FileHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/util/logging/FileHandler.java b/libjava/classpath/java/util/logging/FileHandler.java index b03df97ec60..cde86191612 100644 --- a/libjava/classpath/java/util/logging/FileHandler.java +++ b/libjava/classpath/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 |