Add @see in Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-12-18 21:58:08 +00:00
parent 19f5bb5f6c
commit 8303f1efa3
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class LocaleUtils {
* @param str the locale String to convert, null returns null
* @return a Locale, null if null input
* @throws IllegalArgumentException if the string is an invalid format
* @see Locale#forLanguageTag(String)
*/
public static Locale toLocale(final String str) {
if (str == null) {