1.0.5 #3

Merged
fabio.sinibaldi merged 19 commits from 1.0.5 into master 2021-01-14 16:49:22 +01:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit f68290afa5 - Show all commits

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() {