Skip to content

Commit

Permalink
LPS-30684 Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 29, 2012
1 parent cabbfb2 commit da611e3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,8 @@ public String getLanguageId() {
if (_languageId != null) {
return _languageId;
}
else {
return LocaleUtil.toLanguageId(LocaleUtil.getDefault());
}

return LocaleUtil.toLanguageId(LocaleUtil.getMostRelevantLocale());
}

/**
Expand Down

0 comments on commit da611e3

Please sign in to comment.