summaryrefslogtreecommitdiffstats
path: root/libjava/java/util/logging/LogManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/logging/LogManager.java')
-rw-r--r--libjava/java/util/logging/LogManager.java15
1 files changed, 6 insertions, 9 deletions
diff --git a/libjava/java/util/logging/LogManager.java b/libjava/java/util/logging/LogManager.java
index c77e086b564..85a9f4cb7fe 100644
--- a/libjava/java/util/logging/LogManager.java
+++ b/libjava/java/util/logging/LogManager.java
@@ -1,8 +1,6 @@
-/* LogManager.java
- -- a class for maintaining Loggers and managing configuration
- properties
-
-Copyright (C) 2002 Free Software Foundation, Inc.
+/* LogManager.java -- a class for maintaining Loggers and managing
+ configuration properties
+ Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -36,9 +34,8 @@ 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;
@@ -46,14 +43,14 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.IOException;
import java.io.InputStream;
+import java.lang.ref.WeakReference;
import java.net.URL;
import java.util.Collections;
-import java.util.Properties;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Map;
+import java.util.Properties;
import java.util.StringTokenizer;
-import java.lang.ref.WeakReference;
/**
* The <code>LogManager</code> maintains a hierarchical namespace
OpenPOWER on IntegriCloud