Skip to content

Commit

Permalink
Typo in ModelResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
vrossellotravelc authored and frantuma committed Dec 1, 2021
1 parent 78906a2 commit 2f81363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ private Schema clone(Schema property) {
property = Json.mapper().readValue(Json.pretty(property), Schema.class);
property.setName(cloneName);
} catch (IOException e) {
LOGGER.error("Could not clone property, e");
LOGGER.error("Could not clone property", e);
}
return property;
}
Expand Down

0 comments on commit 2f81363

Please sign in to comment.