Skip to content

Commit

Permalink
remove unused fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 8, 2022
1 parent 7549935 commit f993dba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 292 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,6 @@ static TargetNodeRecurseFetcher provideTargetNodeRecurseFetcher(AuthManager auth
abstract AbstractPermissionedDataFetcher<?> bindTargetNodeRecurseFetcher(
TargetNodeRecurseFetcher apdf);

@Provides
static EnvironmentNodeRecurseFetcher provideEnvironmentNodeRecurseFetcher(AuthManager auth) {
return new EnvironmentNodeRecurseFetcher(auth);
}

@Binds
@IntoSet
abstract AbstractPermissionedDataFetcher<?> bindEnvironmentNodeRecurseFetcher(
EnvironmentNodeRecurseFetcher apdf);

@Provides
static NodeFetcher provideNodeFetcher(AuthManager auth, RootNodeFetcher rootNodeFetcher) {
return new NodeFetcher(auth, rootNodeFetcher);
Expand Down

This file was deleted.

0 comments on commit f993dba

Please sign in to comment.