diff options
Diffstat (limited to 'libjava/java/util/logging')
-rw-r--r-- | libjava/java/util/logging/FileHandler.java | 4 | ||||
-rw-r--r-- | libjava/java/util/logging/Level.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/util/logging/FileHandler.java b/libjava/java/util/logging/FileHandler.java index 6bbc23c0..ae8eb86 100644 --- a/libjava/java/util/logging/FileHandler.java +++ b/libjava/java/util/logging/FileHandler.java @@ -1,5 +1,5 @@ /* FileHandler.java -- a class for publishing log messages to log files - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -403,7 +403,7 @@ public class FileHandler * the system property <code>"user.home"</code>, <code>"%g"</code> * by the value of <code>generation</code>, <code>"%u"</code> by the * value of <code>uniqueNumber</code>, and <code>"%%"</code> by a - * single percent character. If <code>pattern<code> does + * single percent character. If <code>pattern</code> does * <em>not</em> contain the sequence <code>"%g"</code>, * the value of <code>generation</code> will be appended to * the result. diff --git a/libjava/java/util/logging/Level.java b/libjava/java/util/logging/Level.java index b121437..5c3c22b 100644 --- a/libjava/java/util/logging/Level.java +++ b/libjava/java/util/logging/Level.java @@ -1,5 +1,5 @@ /* Level.java -- a class for indicating logging levels - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.util.ResourceBundle; * purposes, however, applications can sub-class Level in order to define * custom logging levels. * - * @author Sascha Brawer <brawer@acm.org> + * @author Sascha Brawer (brawer@acm.org) */ public class Level implements Serializable { |