Skip to content

Commit

Permalink
Merge pull request #1597 from juherr/github-1555
Browse files Browse the repository at this point in the history
Don't log ClassAlreadyExistsException for Enum
  • Loading branch information
joelittlejohn committed Apr 3, 2024
2 parents 72050f6 + b4c374a commit fd3407b
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 fd3407b

Please sign in to comment.