You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/09/02 14:55:44 UTC

[commons-dbcp] branch master updated: Trivial formatting fix. Missed a couple of classes.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new e7da72a  Trivial formatting fix. Missed a couple of classes.
e7da72a is described below

commit e7da72af0942d3f534d4cc3564c01140b79bfa96
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 2 15:55:00 2021 +0100

    Trivial formatting fix. Missed a couple of classes.
---
 src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java       | 1 -
 .../org/apache/commons/dbcp2/datasources/PooledConnectionManager.java    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java b/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
index 2340516..a8ab50f 100644
--- a/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.dbcp2;
 
 import java.io.ByteArrayInputStream;
diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionManager.java b/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionManager.java
index 98980cf..f708f9c 100644
--- a/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionManager.java
+++ b/src/main/java/org/apache/commons/dbcp2/datasources/PooledConnectionManager.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.dbcp2.datasources;
 
 import java.sql.SQLException;