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
cd6236c74b
commit
0f78f6dc1f
@ -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…
x
Reference in New Issue
Block a user