summaryrefslogtreecommitdiff
path: root/libjava/java/util/logging/LogRecord.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/logging/LogRecord.java')
-rw-r--r--libjava/java/util/logging/LogRecord.java11
1 files changed, 4 insertions, 7 deletions
diff --git a/libjava/java/util/logging/LogRecord.java b/libjava/java/util/logging/LogRecord.java
index 40b2b72ba9e..58ee353721c 100644
--- a/libjava/java/util/logging/LogRecord.java
+++ b/libjava/java/util/logging/LogRecord.java
@@ -1,7 +1,6 @@
-/* LogRecord.java
- -- a class for the state associated with individual logging events
-
-Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* LogRecord.java --
+ A class for the state associated with individual logging events
+ Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -35,9 +34,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;