Skip to content

Commit

Permalink
lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Jan 13, 2021
1 parent 04919ad commit 6e0f4a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ public class MicrometerMetricsTracker implements IMetricsTracker
@SuppressWarnings("FieldCanBeLocal")
private final Gauge minConnectionGauge;
@SuppressWarnings("FieldCanBeLocal")
private final PoolStats poolStats;
private final MeterRegistry meterRegistry;

MicrometerMetricsTracker(final String poolName, final PoolStats poolStats, final MeterRegistry meterRegistry)
{
this.poolStats = poolStats;
this.meterRegistry = meterRegistry;

this.connectionObtainTimer = Timer.builder(METRIC_NAME_WAIT)
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/zaxxer/hikari/pool/ProxyResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ protected ProxyResultSet(ProxyConnection connection, ProxyStatement statement, R
this.delegate = resultSet;
}

@SuppressWarnings("unused")
final SQLException checkException(SQLException e)
{
return connection.checkException(e);
Expand Down

0 comments on commit 6e0f4a8

Please sign in to comment.