Skip to content
Snippets Groups Projects

Ozg 7262 attarchments not null

Merged Krzysztof Witukiewicz requested to merge OZG-7262-attarchments-not-null into main
5 files
+ 38
88
Compare changes
  • Side-by-side
  • Inline

Files

@@ -44,8 +44,6 @@ import net.devh.boot.grpc.server.service.GrpcService;
@@ -44,8 +44,6 @@ import net.devh.boot.grpc.server.service.GrpcService;
@RequiredArgsConstructor
@RequiredArgsConstructor
class ExportGrpcService extends ExportServiceImplBase {
class ExportGrpcService extends ExportServiceImplBase {
static final int CHUNK_SIZE = 256 * 1024;
private final ExportService exportService;
private final ExportService exportService;
private final TaskExecutor taskExecutor;
private final TaskExecutor taskExecutor;
Loading