Skip to content

Commit

Permalink
LPS-143632 Fix remove LanguageUtil usages in object module
Browse files Browse the repository at this point in the history
  • Loading branch information
julschong authored and brianchandotcom committed Jul 29, 2022
1 parent 3c0e33c commit 18c8f10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -806,7 +806,7 @@ private ObjectDefinition _addObjectDefinition(
ObjectEntryTable.INSTANCE.getTableName(),
ObjectFieldConstants.DB_TYPE_STRING, null, false, false, null,
LocalizedMapUtil.getLocalizedMap(
LanguageUtil.get(
_language.get(
LocaleUtil.getDefault(), "external-reference-code")),
"externalReferenceCode", false, false);
}
Expand Down

0 comments on commit 18c8f10

Please sign in to comment.