Skip to content

Commit

Permalink
Remove unecessary XMLElement annotation with duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschanno committed Jan 8, 2025
1 parent 2e310f5 commit 3fb97fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class QueryValidationResponse extends BaseResponse {
private List<Result> results;

@XmlElementWrapper(name = "ExecutedRules")
@XmlElement(name = "RuleName")
private List<String> executedRules;

public String getLogicName() {
Expand Down

0 comments on commit 3fb97fa

Please sign in to comment.