RED-7404 - Add lombok.config
This commit is contained in:
parent
5c89099ac0
commit
37c2eef2f9
1
lombok.config
Normal file
1
lombok.config
Normal file
@ -0,0 +1 @@
|
||||
lombok.anyConstructor.addConstructorProperties=true
|
||||
@ -26,6 +26,7 @@ import software.amazon.awssdk.services.s3.model.NoSuchKeyException;
|
||||
@Slf4j
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
@SuppressWarnings("PMD")
|
||||
public class UncompressedFilesMigrationService {
|
||||
|
||||
private final StorageClientCache storageClientCache;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user