8009814: Better driver management

Reviewed-by: alanb, skoivu
This commit is contained in:
Lance Andersen 2013-03-18 13:30:20 -04:00
parent c5d72546c0
commit d059d367eb

View File

@ -556,7 +556,7 @@ public class DriverManager {
*/
try{
while(driversIterator.hasNext()) {
println(" Loading done by the java.util.ServiceLoader : "+driversIterator.next());
driversIterator.next();
}
} catch(Throwable t) {
// Do nothing