Compare commits

..

No commits in common. "5243de1e0b8e04c62fa3e0db2ee72fe008abc48c" and "cae551ecc3bf6f06a907f209c1ca281c70748d21" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ public class FieldCommonModelBuilder extends BaseCommonModelBuilder<FieldModel,
} else {
fileEnvelopeModel.setFileRef(this.addFileToSharedStorage(bytes, storageFile));
}
m.setFile(fileEnvelopeModel);
}catch (Exception e){
this.logger.error(e.getMessage());
}