BradWalker opened a new pull request #2195:
URL: https://github.com/apache/netbeans/pull/2195
Remove use of the deprecated Logger.global field..
[repeat]
/home/bwalker/src/netbeans/enterprise/web.core/src/org/netbeans/modules/web/wizards/ServletPanel.java:169:
warning: [deprecation] global in Logger has been deprecated
[repeat] Logger.global.log(Level.WARNING, "getServlets
failed", e);
[repeat] ^
[repeat]
/home/bwalker/src/netbeans/enterprise/web.core/src/org/netbeans/modules/web/wizards/ServletPanel.java:172:
warning: [deprecation] global in Logger has been deprecated
[repeat] Logger.global.log(Level.WARNING, "getServlets
failed", e);
[repeat] ^
[repeat] Note: Some input files additionally use or override a deprecated
API.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists