Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ protected void setup(Binder binder)

// query manager
jaxrsBinder(binder).bind(QueryResource.class);
jaxrsBinder(binder).bind(QueryStateInfoResource.class);
jaxrsBinder(binder).bind(ResourceGroupStateInfoResource.class);
binder.bind(QueryIdGenerator.class).in(Scopes.SINGLETON);
binder.bind(SqlQueryManager.class).in(Scopes.SINGLETON);
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static java.util.Objects.requireNonNull;

/*
* This class is exposed to external systems via ResourceGroupStateInfoResource and QueryStateInfoResource.
* This class is exposed to external systems via ResourceGroupStateInfoResource.
* Be careful while changing it.
*/
public record ResourceGroupInfo(
Expand Down

This file was deleted.

Loading