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:
parent
19f5bb5f6c
commit
8303f1efa3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue