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 24f2dcf6cb
commit fb47a0b6fc
1 changed files with 2 additions and 2 deletions

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;