Unecessary call to component.getStyle() inside Localizer
--------------------------------------------------------
Key: WICKET-3823
URL: https://issues.apache.org/jira/browse/WICKET-3823
Project: Wicket
Issue Type: Improvement
Components: wicket-core
Reporter: Bruno Borges
Attachments: Localizer.patch
Localizer calls component.getStyle() before calling Session.get().getStyle(),
which seems unecessary since the implementation of component.getStyle() does
exactly that, and it's a final method.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira