diff options
Diffstat (limited to 'libjava/java/util/logging/Formatter.java')
-rw-r--r-- | libjava/java/util/logging/Formatter.java | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/libjava/java/util/logging/Formatter.java b/libjava/java/util/logging/Formatter.java index 82753768f69..0965f3664c5 100644 --- a/libjava/java/util/logging/Formatter.java +++ b/libjava/java/util/logging/Formatter.java @@ -1,8 +1,7 @@ -/* Formatter.java - -- a class for formatting log messages by localizing message texts - and performing substitution of parameters - -Copyright (C) 2002, 2004 Free Software Foundation, Inc. +/* Formatter.java -- + A class for formatting log messages by localizing message texts + and performing substitution of parameters + Copyright (C) 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -36,9 +35,7 @@ module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this -exception statement from your version. - -*/ +exception statement from your version. */ package java.util.logging; |