Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -264,7 +264,7 @@ public class DriverManager
|
||||
*
|
||||
* @return An <code>Enumeration</code> of all currently loaded JDBC drivers.
|
||||
*/
|
||||
public static Enumeration getDrivers()
|
||||
public static Enumeration<Driver> getDrivers()
|
||||
{
|
||||
Vector v = new Vector();
|
||||
Enumeration e = drivers.elements();
|
||||
|
||||
Reference in New Issue
Block a user