File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/apache/ibatis/datasource/unpooled Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ private synchronized void initializeDriver() throws SQLException {
236
236
driverType = Resources .classForName (driver );
237
237
}
238
238
// DriverManager requires the driver to be loaded via the system ClassLoader.
239
- // http ://www.kfu.com/~nsayer/Java/dyn-jdbc.html
239
+ // https ://www.kfu.com/~nsayer/Java/dyn-jdbc.html
240
240
Driver driverInstance = (Driver ) driverType .getDeclaredConstructor ().newInstance ();
241
241
DriverManager .registerDriver (new DriverProxy (driverInstance ));
242
242
registeredDrivers .put (driver , driverInstance );
Original file line number Diff line number Diff line change 16
16
/*
17
17
* when new flags are needed, take them from
18
18
*
19
- * http ://www.printableworldflags.com/flag-icon
19
+ * https ://www.printableworldflags.com/flag-icon
20
20
*
21
21
* that are free for any kind of usage
22
22
*/
You can’t perform that action at this time.
0 commit comments