remove trim

This commit is contained in:
Efstratios Giannopoulos 2024-05-23 16:03:43 +03:00
parent 8986d9f9fc
commit 72266047e5
1 changed files with 0 additions and 3 deletions

View File

@ -1,13 +1,10 @@
package org.opencdmp.commonmodels.models;
import gr.cite.tools.logging.annotation.LogTrim;
public class FileEnvelopeModel {
private String filename;
private String fileRef;
private String mimeType;
@LogTrim(50)
private byte[] file;
public String getFilename() {