Skip to content

Commit

Permalink
Avoid NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed May 21, 2024
1 parent 4d5383c commit 4f56828
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public OxiaMetadataStore(AsyncOxiaClient oxia, String identity) {
super("oxia-metadata");
this.client = oxia;
this.identity = identity;
this.synchronizer = Optional.empty();
init();
}

Expand Down

0 comments on commit 4f56828

Please sign in to comment.