[TD-1533]<fix>: fix the parse jdbc url error

This commit is contained in:
zyyang 2020-09-23 11:11:28 +08:00
parent 3deb459138
commit c83f211c25
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ public class JDBCConnectorChecker {
private static String tbName = "weather"; private static String tbName = "weather";
private Connection connection; private Connection connection;
/** /**
* get connection * get connection
**/ **/
@ -170,5 +169,4 @@ public class JDBCConnectorChecker {
checker.close(); checker.close();
} }
} }