Skip to content

Commit 7356c1e

Browse files
committed
remove unused change
Signed-off-by: xil <xil@uber.com>
1 parent 7fd8460 commit 7356c1e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/transport-grpc/src/main/java/org/opensearch/transport/grpc/proto/request/search/query/AbstractQueryBuilderProtoUtils.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ public AbstractQueryBuilderProtoUtils(QueryBuilderProtoConverterRegistryImpl reg
3434
this.registry = registry;
3535
}
3636

37-
/**
38-
* Gets the registry used for query conversion.
39-
*
40-
* @return The query builder proto converter registry
41-
*/
42-
public QueryBuilderProtoConverterRegistryImpl getRegistry() {
43-
return registry;
44-
}
45-
4637
/**
4738
* Parse a query from its Protocol Buffer representation.
4839
* Similar to {@link AbstractQueryBuilder#parseInnerQueryBuilder(XContentParser)}, this method

0 commit comments

Comments
 (0)