提交 0d140dbc 编写于 作者: L lancea

8009814: Better driver management

Reviewed-by: alanb, skoivu
上级 a4617ca8
...@@ -556,7 +556,7 @@ public class DriverManager { ...@@ -556,7 +556,7 @@ public class DriverManager {
*/ */
try{ try{
while(driversIterator.hasNext()) { while(driversIterator.hasNext()) {
println(" Loading done by the java.util.ServiceLoader : "+driversIterator.next()); driversIterator.next();
} }
} catch(Throwable t) { } catch(Throwable t) {
// Do nothing // Do nothing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册