This commit is contained in:
dahn 2023-07-06 09:29:42 +02:00 committed by GitHub
parent 0cbe77024a
commit acc6f4e725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ public class TemplateDataStoreVO implements StateObject<ObjectInDataStoreStateMa
}
public long getSize() {
return size;
return size == null ? 0l : size.longValue();
}
public void setPhysicalSize(long physicalSize) {