RFR: 8036916 - Deprecation warnings in LogManager (original) (raw)

Mandy Chung mandy.chung at oracle.com
Wed Mar 12 18:34:08 UTC 2014


On 3/12/2014 11:27 AM, Daniel Fuchs wrote:

Hi,

Please find below a trivial fix for [1]: 8036916: Deprecation warnings in LogManager [1] https://bugs.openjdk.java.net/browse/JDK-8036916 webrev: http://cr.openjdk.java.net/~dfuchs/webrev8036916/webrev.00/

Oops.. I didn't catch the typo in the @SuppressWarnings previously.

Looks okay. Could isRootOrGlobal do return logger == getGlobalLogger() || .... to avoid another @SuppressWarning? Really minor.

Mandy



More information about the core-libs-dev mailing list