Skip to content
Snippets Groups Projects
Commit e038407e authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Revert "Increase init capacity"

This reverts commit 9a24b119.
parent 9a24b119
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ public class VerificationResult implements Serializable {
protected VerificationResult() {
super();
rules = new ArrayList<>(13);
rules = new ArrayList<>(5);
}
@XmlElement(name = "ruleCount")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment