Skip to content

Commit

Permalink
Fix: Primitive type attribute for primaryTerm and seqNo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomalla authored Sep 6, 2023
1 parent 858f8b3 commit 3dfdd1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public abstract class WriteResponseBase implements JsonpSerializable {

private final String index;

private final long primaryTerm;
private final Long primaryTerm;

private final Result result;

private final long seqNo;
private final Long seqNo;

private final ShardStatistics shards;

Expand Down

0 comments on commit 3dfdd1c

Please sign in to comment.