remove trim
This commit is contained in:
parent
8986d9f9fc
commit
72266047e5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue