Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbst-broad committed Oct 4, 2024
1 parent 20fc200 commit a476be1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.apache.commons.dbcp2.PoolingDataSource;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.apache.commons.pool2.ObjectPool;
import org.apache.commons.pool2.impl.GenericObjectPool;

/** Base class for accessing database connection configuration properties. */
Expand Down Expand Up @@ -72,7 +71,6 @@ private void configureDataSource() {
poolableConnectionFactory.setPool(connectionPool);

dataSource = new PoolingDataSource<>(connectionPool);

}

@Override
Expand Down

0 comments on commit a476be1

Please sign in to comment.