Skip to content

Commit

Permalink
Bazel Build Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
g-sg-v committed Sep 23, 2024
1 parent 898877d commit d01b264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ public FieldValueType getFieldValueType() {
@Value
@AllArgsConstructor
public static class Index {
public Index (@NonNull String indexName, @NonNull List<String> fieldNames) {
public Index(@NonNull String indexName, @NonNull List<String> fieldNames) {
this(indexName, fieldNames, false);
}

Expand Down

0 comments on commit d01b264

Please sign in to comment.