Skip to content

Commit

Permalink
Remove redundant binding of RecordSetProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen2112 committed Jun 10, 2020
1 parent 1792ae0 commit cdb3c08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ protected void setup(Binder binder)
{
binder.bind(ConnectorSplitManager.class).to(PhoenixSplitManager.class).in(Scopes.SINGLETON);
binder.bind(ConnectorRecordSetProvider.class).to(JdbcRecordSetProvider.class).in(Scopes.SINGLETON);
binder.bind(JdbcRecordSetProvider.class).in(Scopes.SINGLETON);
binder.bind(ConnectorPageSinkProvider.class).to(JdbcPageSinkProvider.class).in(Scopes.SINGLETON);

configBinder(binder).bindConfig(TypeHandlingJdbcConfig.class);
Expand Down

0 comments on commit cdb3c08

Please sign in to comment.