Skip to content
Snippets Groups Projects
Commit 3bb0cb6c authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

add forgotten getter/setters in Catalog

parent edcf20af
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,12 @@ public class Catalog {
public void setAlgorithms(List<Algorithm> algorithms) {
this.algorithms = algorithms;
}
public List<Algorithm> getValidations() {
return validations;
}
public void setValidations(List<Algorithm> validations) {
this.validations = validations;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment