mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
clean up warnings produced by Eclipse
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
package org.postgresql.jdbc2;
|
||||
|
||||
import org.postgresql.jdbc1.AbstractJdbc1ResultSet;
|
||||
import java.sql.*;
|
||||
import java.util.*;
|
||||
|
||||
import org.postgresql.Driver;
|
||||
import org.postgresql.core.Field;
|
||||
import org.postgresql.util.PSQLException;
|
||||
import java.sql.SQLException;
|
||||
|
||||
public abstract class AbstractJdbc2DatabaseMetaData extends org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData
|
||||
{
|
||||
|
Reference in New Issue
Block a user