fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-05-03 00:14:55 +00:00
parent cd6236c74b
commit 0f78f6dc1f

View File

@ -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;