Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
br-verification-tool
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fg-bks
br-verification-tool
Commits
9a24b119
Commit
9a24b119
authored
5 years ago
by
Jonas Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Increase init capacity
parent
683f044d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/models/VerificationResult.java
+1
-1
1 addition, 1 deletion
.../unikoblenz/fgbks/dmn/core/models/VerificationResult.java
with
1 addition
and
1 deletion
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/models/VerificationResult.java
+
1
−
1
View file @
9a24b119
...
...
@@ -23,7 +23,7 @@ public class VerificationResult implements Serializable {
protected
VerificationResult
()
{
super
();
rules
=
new
ArrayList
<>();
rules
=
new
ArrayList
<>(
13
);
}
@XmlElement
(
name
=
"ruleCount"
)
...
...
This diff is collapsed.
Click to expand it.
Jonas Blatt
@jonasblatt
mentioned in commit
e038407e
·
5 years ago
mentioned in commit
e038407e
mentioned in commit e038407e3d5704ac55e943d6f7a3dbf24d98bcc9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment