We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c5c1d commit a34008dCopy full SHA for a34008d
src/main/java/net/zileo/ohdear/healthchecks/api/CheckResultsHolder.java
@@ -22,7 +22,7 @@ public class CheckResultsHolder {
22
/**
23
* <i>An array with check results. This array can have 50 items maximum.</i>
24
*/
25
- private List<CheckResult> checkResults;
+ private final List<CheckResult> checkResults;
26
27
public CheckResultsHolder() {
28
this.checkResults = new ArrayList<>();
0 commit comments