Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashkolluru committed Oct 5, 2023
1 parent 5cc2ac0 commit c1c6f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ public Single<EntityRequest> build(

@Override
public Single<EntityRequest> rebuildWithAdditionalFilters(
GraphQlRequestContext context,
EntityRequest originalRequest,
List<FilterArgument> filterArguments) {
EntityRequest originalRequest, List<FilterArgument> filterArguments) {
return this.resultSetRequestBuilder
.rebuildWithAdditionalFilters(originalRequest.resultSetRequest(), filterArguments)
.map(

Check warning on line 83 in hypertrace-graphql-entity-schema/src/main/java/org/hypertrace/graphql/entity/request/DefaultEntityRequestBuilder.java

View check run for this annotation

Codecov / codecov/patch

hypertrace-graphql-entity-schema/src/main/java/org/hypertrace/graphql/entity/request/DefaultEntityRequestBuilder.java#L81-L83

Added lines #L81 - L83 were not covered by tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ Single<EntityRequest> build(
DataFetchingFieldSelectionSet selectionSet);

Single<EntityRequest> rebuildWithAdditionalFilters(
GraphQlRequestContext context,
EntityRequest originalRequest,
List<FilterArgument> filterArguments);
EntityRequest originalRequest, List<FilterArgument> filterArguments);
}

0 comments on commit c1c6f22

Please sign in to comment.