VAlidation report as record field

This commit is contained in:
Fabio Sinibaldi 2020-12-22 11:47:38 +01:00
parent 0630ca9a48
commit f68290afa5
3 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
Mongo Id in record
Mongo Concessioni interface
Added Files.fixFileNAme
ValidationReport as field
# [v1.0.4-SNAPSHOT] - 2020-12-9
Projects Rest Interface

View File

@ -549,5 +549,4 @@ public class Concessione extends Record{
}
}

View File

@ -42,7 +42,7 @@ public abstract class Record {
private ValidationReport report;
public ValidationReport validate() {