Skip to content

Commit 0f0a3f5

Browse files
authored
去除ElasticDriver私有构造函数
去除`ElasticDriver`私有构造函数
2 parents c75bee0 + 90c3343 commit 0f0a3f5

File tree

1 file changed

+0
-2
lines changed
  • elasticsearch-sql-jdbc/src/main/java/io/github/iamazy/elasticsearch/dsl/jdbc

1 file changed

+0
-2
lines changed

elasticsearch-sql-jdbc/src/main/java/io/github/iamazy/elasticsearch/dsl/jdbc/ElasticDriver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public class ElasticDriver implements Driver {
3232
private RestHighLevelClient restHighLevelClient;
3333
private ElasticClientProvider elasticClientProvider;
3434

35-
private ElasticDriver() {
36-
}
3735

3836
@Override
3937
public Connection connect(String url, Properties info) throws SQLException {

0 commit comments

Comments
 (0)