Skip to content

Commit

Permalink
Fix Checkstyle violation
Browse files Browse the repository at this point in the history
Regression introduced in fef17b0.
  • Loading branch information
gaul committed Dec 19, 2024
1 parent 8b01b3d commit 53976f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected AbstractNio2BlobStore(BlobStoreContext context, BlobUtils blobUtils,
this.root = root;
}

protected Path getRoot() {
protected final Path getRoot() {
return root;
}

Expand Down

0 comments on commit 53976f6

Please sign in to comment.