Skip to content

Commit

Permalink
Update hypertrace-graphql-explorer-schema/src/main/java/org/hypertrac…
Browse files Browse the repository at this point in the history
…e/graphql/explorer/request/DefaultExploreRequestBuilder.java

Co-authored-by: Aaron Steinfeld <[email protected]>
  • Loading branch information
avinashkolluru and aaron-steinfeld authored May 2, 2024
1 parent 3d76d15 commit 97e6cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.hypertrace.graphql.metric.request.MetricAggregationRequest;
import org.hypertrace.graphql.metric.schema.argument.AggregatableOrderArgument;

public class DefaultExploreRequestBuilder implements ExploreRequestBuilder {
class DefaultExploreRequestBuilder implements ExploreRequestBuilder {
private static final int DEFAULT_LIMIT = 100;
private static final int DEFAULT_OFFSET = 0;

Expand Down

0 comments on commit 97e6cb1

Please sign in to comment.