Upgrade Lombok to version 1.18.24 (#972)
This commit is contained in:
parent
a344ee4d05
commit
6c7d9ed662
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@
|
|||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.22</version>
|
||||
<version>1.18.24</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ public class PrefetchRecordsPublisher implements RecordsPublisher {
|
|||
final String lastBatchSequenceNumber;
|
||||
final String shardIterator;
|
||||
final BatchUniqueIdentifier batchUniqueIdentifier;
|
||||
@Accessors() @Setter(AccessLevel.NONE) boolean dispatched = false;
|
||||
@Accessors(fluent = false) @Setter(AccessLevel.NONE) boolean dispatched = false;
|
||||
|
||||
PrefetchRecordsRetrieved prepareForPublish() {
|
||||
return new PrefetchRecordsRetrieved(processRecordsInput.toBuilder().cacheExitTime(Instant.now()).build(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue