[TD-1533]<fix>: fix the parse jdbc url error
This commit is contained in:
parent
3deb459138
commit
c83f211c25
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue