Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e76c6e1da9
|
@ -125,7 +125,7 @@ public abstract class I18nBase {
|
|||
if (Objects.nonNull(theMessageArguments) && theMessageArguments.length > 0) {
|
||||
message = MessageFormat.format(messages.getString(theMessage).trim(), theMessageArguments);
|
||||
} else {
|
||||
message = MessageFormat.format(messages.getString(theMessage).trim(), null);
|
||||
message = MessageFormat.format(messages.getString(theMessage).trim(), (Object) null);
|
||||
}
|
||||
}
|
||||
return message;
|
||||
|
|
Loading…
Reference in New Issue