Hi,

This is a trivial fix to replace a wrong @bug id
in TestRootLoggerLevel.java:

https://bugs.openjdk.java.net/browse/JDK-8026952

I mistakenly put 8023163 (which I was investigating) instead of
8026499 (which is what I was actually fixing).

-- daniel

$ hg diff
diff -r 41dcb0c2e194 test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java --- a/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java +++ b/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
@@ -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



Reply via email to