Skip to content

Commit

Permalink
ng update @angular/material
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Oct 26, 2023
1 parent 77c385b commit 9b419fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class BeanUtils {

public static DataSize getBeanSize(Object obj) {
if (ObjectUtils.isEmpty(obj)) {
throw RestServerException.withMsg("Object is empty.", "This object not null.");
throw RestServerException.withMsg("Object is empty!", "This object not null.");
}
try {
BYTE_ARRAY_OUTPUT_STREAM.reset();
Expand Down

0 comments on commit 9b419fb

Please sign in to comment.