This commit is contained in:
Zoltan Haindrich 2024-05-16 11:18:24 +00:00
parent bec1f38a0e
commit 3658ab24c3
1 changed files with 0 additions and 2 deletions

View File

@ -83,14 +83,12 @@ public class SqlModule implements Module
.to(NoopViewManager.class) .to(NoopViewManager.class)
.in(LazySingleton.class); .in(LazySingleton.class);
if(false) {
PolyBind.createChoiceWithDefault( PolyBind.createChoiceWithDefault(
binder, binder,
PROPERTY_SQL_VIEW_MANAGER_TYPE, PROPERTY_SQL_VIEW_MANAGER_TYPE,
Key.get(ViewManager.class), Key.get(ViewManager.class),
NoopViewManager.TYPE NoopViewManager.TYPE
); );
}
PolyBind.optionBinder(binder, Key.get(DruidSchemaManager.class)) PolyBind.optionBinder(binder, Key.get(DruidSchemaManager.class))