Skip to content

Commit

Permalink
Simplify BigTableBackendConfig.tablePrefix declaration (projectnessie…
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Aug 1, 2023
1 parent 5b214dc commit dbf3f7f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ public interface BigTableBackendConfig {
@jakarta.annotation.Nullable
BigtableTableAdminClient tableAdminClient();

@Value.Default
default Optional<String> tablePrefix() {
return Optional.empty();
}
Optional<String> tablePrefix();

static ImmutableBigTableBackendConfig.Builder builder() {
return ImmutableBigTableBackendConfig.builder();
Expand Down

0 comments on commit dbf3f7f

Please sign in to comment.