You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/16 10:09:42 UTC

[08/12] struts git commit: Updates JavaDoc

Updates JavaDoc


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c815f5c5
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c815f5c5
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c815f5c5

Branch: refs/heads/master
Commit: c815f5c54d8ba163b860ec70d3c6de44c8f6c4d8
Parents: 4738241
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed Mar 15 18:56:31 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed Mar 15 18:56:31 2017 +0100

----------------------------------------------------------------------
 .../main/java/com/opensymphony/xwork2/LocaleProviderFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/c815f5c5/core/src/main/java/com/opensymphony/xwork2/LocaleProviderFactory.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/com/opensymphony/xwork2/LocaleProviderFactory.java b/core/src/main/java/com/opensymphony/xwork2/LocaleProviderFactory.java
index dc2e7dd..930418d 100644
--- a/core/src/main/java/com/opensymphony/xwork2/LocaleProviderFactory.java
+++ b/core/src/main/java/com/opensymphony/xwork2/LocaleProviderFactory.java
@@ -23,9 +23,9 @@ package com.opensymphony.xwork2;
 public interface LocaleProviderFactory {
 
     /**
-     * Gets the provided locale.
+     * Create a new instance of {@link LocaleProvider}.
      *
-     * @return the locale.
+     * @return the localeProvider.
      */
     LocaleProvider createLocaleProvider();