Skip to content

Commit

Permalink
fixed possible NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays committed Oct 31, 2023
1 parent 38e8f46 commit d11b678
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public String writeToString() {
} catch (InvocationTargetException | NoSuchMethodException e) {
throw new RuntimeException(e);
}
continue;
}
if (String.class.equals(clazz)) {
handleString(field, fieldObj, builder);
Expand Down

0 comments on commit d11b678

Please sign in to comment.