Skip to content
Snippets Groups Projects
Commit ca22ad1c authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor

parent e0f154c4
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ import java.util.List;
class ValidationCatalogResolver implements CatalogResolver {
private final String[] catalogs;
private List<String> errors;
private final List<String> errors;
ValidationCatalogResolver(String[] catalogs, List<String> errors) {
this.catalogs = catalogs;
this.errors = errors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment