changeset 8792:30a3aefc4084

8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id Summary: Trivial: change @bug 8023163 into @bug 8026499 Reviewed-by: mchung, alanb
author dfuchs
date Wed, 13 Nov 2013 10:50:30 +0100
parents 1158d504e39e
children 680ef14a2cc0
files test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java	Wed Nov 13 01:14:23 2013 -0800
+++ b/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java	Wed Nov 13 10:50:30 2013 +0100
@@ -33,7 +33,7 @@
 
 /**
  * @test
- * @bug 8023163
+ * @bug 8026499
  * @summary checks that Logger.getLogger("").setLevel() is working correctly.
  * @build TestRootLoggerLevel
  * @run main/othervm -Dtest.security=on TestRootLoggerLevel