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
|
||||
*
|
||||
* @param lcid
|
||||
* @return
|
||||
* @param lcid the LCID value
|
||||
* @return the locale/language ID
|
||||
*/
|
||||
public static String getLocaleFromLCID(int lcid) {
|
||||
int languageId = lcid & 0xFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user