Fixed Compilation issue

This commit is contained in:
Fabio Sinibaldi 2022-03-11 17:01:21 +01:00
parent db82bc0a53
commit eaf8ade867
1 changed files with 5 additions and 5 deletions

View File

@ -65,10 +65,10 @@ public class ExportMongoConcessioni {
try {
log.info("Using {} {}",c.getNome(),c.getMongo_id());
if (!result.getReport().getStatus().equals(ValidationReport.ValidationStatus.PASSED))
warnCount.incrementAndGet();
// Objec
//
// if (!result.getReport().getStatus().equals(ValidationReport.ValidationStatus.PASSED))
// warnCount.incrementAndGet();
} catch (Throwable throwable) {
System.err.println(throwable);
errCount.incrementAndGet();
@ -95,7 +95,7 @@ public class ExportMongoConcessioni {
private static Document getCleanDocument(Concessione c){
Document toReturn = new Document();
throw new RuntimeException("Implement this");
}
}