Adds missing annotation

This commit is contained in:
Lukasz Lenart
2017-03-16 08:15:48 +01:00
parent 4eb22020a4
commit 9d60f5bbc6
@@ -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) {