mirror of https://github.com/apache/poi.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24f2dcf6cb
commit
fb47a0b6fc
|
@ -150,8 +150,8 @@ public final class LocaleUtil {
|
||||||
/**
|
/**
|
||||||
* Decode the language ID from LCID value
|
* Decode the language ID from LCID value
|
||||||
*
|
*
|
||||||
* @param lcid
|
* @param lcid the LCID value
|
||||||
* @return
|
* @return the locale/language ID
|
||||||
*/
|
*/
|
||||||
public static String getLocaleFromLCID(int lcid) {
|
public static String getLocaleFromLCID(int lcid) {
|
||||||
int languageId = lcid & 0xFFFF;
|
int languageId = lcid & 0xFFFF;
|
||||||
|
|
Loading…
Reference in New Issue