mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 02:17:53 +00:00
Merge
This commit is contained in:
commit
3a11096dee
@ -510,7 +510,7 @@ public class DriverManager {
|
||||
public Void run() {
|
||||
|
||||
ServiceLoader<Driver> loadedDrivers = ServiceLoader.load(Driver.class);
|
||||
Iterator driversIterator = loadedDrivers.iterator();
|
||||
Iterator<Driver> driversIterator = loadedDrivers.iterator();
|
||||
|
||||
/* Load these drivers, so that they can be instantiated.
|
||||
* It may be the case that the driver class may not be there
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user