Skip to content

Commit

Permalink
Fix typo in trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent cc46dd9 commit 9566e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public void copyProperty(final Object bean, String name, Object value) throws Il
if (type == null) {
// Most likely an indexed setter on a POJB only
if (LOG.isTraceEnabled()) {
LOG.trace(" target type for property '" + propName + "' is null, so skipping ths setter");
LOG.trace(" target type for property '" + propName + "' is null, so skipping the setter");
}
return;
}
Expand Down

0 comments on commit 9566e90

Please sign in to comment.