Fixed exception message

This commit is contained in:
Fabio Sinibaldi 2022-02-02 11:32:19 +01:00
parent 59e193f015
commit e2613026dc
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class ConcessioniMongoManager extends MongoManager{
concessione = removeContent(concessione);
if (!concessione.getReport().getStatus().equals(ValidationStatus.PASSED)&&!force)
throw new DeletionException("Unable to unpublish "+concessione.getMongo_id());
throw new DeletionException("Unable to clean "+concessione.getMongo_id());
delete(asId(id), collectionName);
}catch(DeletionException e) {