Merge branch 'RED-6686-2' into 'master'
Resolve RED-6686 "2" Closes RED-6686 See merge request redactmanager/persistence-service!34
This commit is contained in:
commit
79b70f75d6
@ -73,6 +73,12 @@ public class FileModel {
|
||||
private FileErrorInfo fileErrorInfo;
|
||||
|
||||
|
||||
public long getFileSize() {
|
||||
|
||||
return this.fileSize != null ? this.fileSize : 0L;
|
||||
}
|
||||
|
||||
|
||||
public boolean isAnalysisRequired() {
|
||||
|
||||
return this.fullAnalysisRequired || this.reanalysisRequired;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user