Merge branch 'RED-7404-fix-jsonprimitive' into 'master'
RED-7404 - Add lombok.config Closes RED-7404 See merge request redactmanager/persistence-service!243
This commit is contained in:
commit
f77ec53282
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