Skip to content

Commit

Permalink
Fix checkstyle failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesharnais committed Feb 13, 2022
1 parent 27e1e81 commit 9b4f6af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ protected Object invokeMember(final FieldWrapper field, final Object context) {
return null;
} catch (Exception ex) {
throw new IllegalStateException(
"Shouldn't be illegal to access field '" + field.getName()
+ "'", ex);
"Shouldn't be illegal to access field '" + field.getName() +
"'", ex);
}
}

Expand Down

0 comments on commit 9b4f6af

Please sign in to comment.