Skip to content

Commit b8648f4

Browse files
author
rezra3
committed
fixed build
1 parent a250b58 commit b8648f4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/common/codeine/db/mysql/DbUtils.java

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,12 @@ public class DbUtils {
3434
private DBConnection dbConnection = new DBConnection();
3535
private Map<String, String> connectionsPool = Maps.newConcurrentMap();
3636

37-
@Inject
3837
private MysqlHostSelector hostSelector;
39-
40-
@Inject
4138
private GlobalConfigurationJsonStore globalConfigurationJsonStore;
4239

43-
public DbUtils() {
44-
super();
45-
init();
46-
}
47-
48-
40+
@Inject
4941
public DbUtils(MysqlHostSelector hostSelector, GlobalConfigurationJsonStore globalConfigurationJsonStore) {
42+
super();
5043
this.hostSelector = hostSelector;
5144
this.globalConfigurationJsonStore = globalConfigurationJsonStore;
5245
init();

0 commit comments

Comments
 (0)