Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Sep 28, 2020
1 parent 3b1091b commit cbcba45
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package io.prestosql.jdbc;

import com.google.common.collect.ImmutableMap;
import io.airlift.log.Logger;
import org.testng.annotations.Test;

import java.math.BigDecimal;
Expand Down Expand Up @@ -43,8 +42,6 @@

public abstract class BaseTestJdbcResultSet
{
private static final Logger log = Logger.get(BaseTestJdbcResultSet.class);

protected abstract Connection createConnection()
throws SQLException;

Expand Down

0 comments on commit cbcba45

Please sign in to comment.