Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 4, 2024
1 parent 5d5a692 commit 407c937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public static class BasePathInput {
public BasePathInput(BlobPath basePath, String indexUUID) {
this.basePath = basePath;
this.indexUUID = indexUUID;
this.fixedPrefix = null;
}

public BasePathInput(Builder<?> builder) {
Expand Down

0 comments on commit 407c937

Please sign in to comment.