Remove obsolete deprecation warning

This commit is contained in:
lukaseder 2018-01-23 15:33:48 +01:00
parent 7db2298f5a
commit a18861e480

View File

@ -51,7 +51,6 @@ import org.jooq.tools.jdbc.DefaultConnection;
/**
* @author Lukas Eder
*/
@SuppressWarnings("deprecation")
final class ParsingConnection extends DefaultConnection {
private static final JooqLogger log = JooqLogger.getLogger(ParsingConnection.class);