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 a4d861f commit 58df900
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,7 @@ public void copyProperty(final Object bean, String name, Object value)
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 58df900

Please sign in to comment.