From 7873eb910eeb9094be409d02be6950f9883fba45 Mon Sep 17 00:00:00 2001 From: Stefaan Dutry Date: Thu, 15 Sep 2016 19:26:12 +0200 Subject: [PATCH] updated javadoc after changing to enum --- .../java/org/apache/struts2/interceptor/I18nInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/struts2/interceptor/I18nInterceptor.java b/core/src/main/java/org/apache/struts2/interceptor/I18nInterceptor.java index eb1799655..b7b5d3df5 100644 --- a/core/src/main/java/org/apache/struts2/interceptor/I18nInterceptor.java +++ b/core/src/main/java/org/apache/struts2/interceptor/I18nInterceptor.java @@ -154,7 +154,7 @@ public class I18nInterceptor extends AbstractInterceptor { * * @param invocation the action invocation * @param locale the locale to store - * @param storage the place to store this locale (like Storage.SESSSION.toString()) + * @param storage the place to store this locale (like Storage.SESSSION) * * @return the locale */