Skip to content

Commit

Permalink
#27448 Rolling back unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Apr 10, 2024
1 parent 6545e93 commit 834aad6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,6 @@ private Language saveOrUpdateLanguage(final String languageId, final LanguageFor
newLanguage.setCountryCode(form.getCountryCode());
}

if (StringUtils.isSet(form.getLanguage())) {
newLanguage.setLanguage(form.getLanguage());
}

DotPreconditions.checkArgument(UtilMethods.isSet(newLanguage.getLanguageCode()),
"Language Code can't be null or empty");

Expand Down

0 comments on commit 834aad6

Please sign in to comment.