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

Increase init capacity

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