mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Adds missing annotation
This commit is contained in:
@@ -14,6 +14,7 @@ public class DefaultLocaleProvider implements LocaleProvider {
|
||||
|
||||
private final static Logger LOG = LogManager.getLogger(DefaultLocaleProvider.class);
|
||||
|
||||
@Override
|
||||
public Locale getLocale() {
|
||||
ActionContext ctx = ActionContext.getContext();
|
||||
if (ctx != null) {
|
||||
|
||||
Reference in New Issue
Block a user