Skip to content

Commit

Permalink
Upgrade Lombok to version 1.18.24 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenshan authored Aug 11, 2022
1 parent a344ee4 commit 6c7d9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ static class PrefetchRecordsRetrieved implements RecordsRetrieved {
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(),
Expand Down

0 comments on commit 6c7d9ed

Please sign in to comment.