Skip to content

Commit a476be1

Browse files
committed
Spotless
1 parent 20fc200 commit a476be1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: service/src/main/java/bio/terra/profile/app/configuration/BaseDatabaseConfiguration.java

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import org.apache.commons.dbcp2.PoolingDataSource;
99
import org.apache.commons.lang3.builder.ToStringBuilder;
1010
import org.apache.commons.lang3.builder.ToStringStyle;
11-
import org.apache.commons.pool2.ObjectPool;
1211
import org.apache.commons.pool2.impl.GenericObjectPool;
1312

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

7473
dataSource = new PoolingDataSource<>(connectionPool);
75-
7674
}
7775

7876
@Override

0 commit comments

Comments
 (0)