Skip to content

Commit

Permalink
Don't log ClassAlreadyExistsException for Enum
Browse files Browse the repository at this point in the history
Fix #1555
  • Loading branch information
juherr authored Apr 2, 2024
1 parent 72050f6 commit b4c374a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public JType apply(String nodeName, JsonNode node, JsonNode parent, JClassContai
try {
_enum = createEnum(node, nodeName, container);
} catch (ClassAlreadyExistsException e) {
ruleFactory.getLogger().error("Could not create enum.", e);
return e.getExistingClass();
}

Expand Down

0 comments on commit b4c374a

Please sign in to comment.