summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-04 22:05:00 +0000
committerMark Wielaard <mark@klomp.org>2006-12-04 22:05:00 +0000
commit94c9737fd0e92fc7e3a2e36c5a0438009e8e1c4e (patch)
tree7ec141f4dfa9614860af0e57caf8e673389b08c7
parent4db8aa97749d9212421f3a73b27090d3e6cc073b (diff)
downloadclasspath-94c9737fd0e92fc7e3a2e36c5a0438009e8e1c4e.tar.gz
* gnu/javax/management/Server.java (beans): Initialize.
(registerMBean): Don't initialize beans.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 552034a5a..391f0c0eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-12-03 Mark Wielaard <mark@klomp.org>
+ * gnu/javax/management/Server.java (beans): Initialize.
+ (registerMBean): Don't initialize beans.
+
+2006-12-03 Mark Wielaard <mark@klomp.org>
+
* java/util/logging/LogManager.java (getLevelProperty): Check
whether value is null before passing to Level.parse().