You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/06/01 23:48:53 UTC

[commons-dbcp] 01/02: Remove dead inline comments.

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

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

commit c6d5cd9c95e3fc3e5fc74d9e518a45e870d37a1a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 1 18:37:02 2021 -0400

    Remove dead inline comments.
---
 .../apache/commons/dbcp2/datasources/InstanceKeyDataSource.java  | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
index f68d789..39c0965 100644
--- a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
+++ b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
@@ -182,9 +182,6 @@ public abstract class InstanceKeyDataSource implements DataSource, Referenceable
         throw new SQLFeatureNotSupportedException();
     }
 
-    // -------------------------------------------------------------------
-    // Properties
-
     /**
      * Gets the default value for {@link GenericKeyedObjectPoolConfig#getBlockWhenExhausted()} for each per user pool.
      *
@@ -880,12 +877,6 @@ public abstract class InstanceKeyDataSource implements DataSource, Referenceable
         this.maxConnLifetimeMillis = maxConnLifetimeMillis;
     }
 
-    // ----------------------------------------------------------------------
-    // Instrumentation Methods
-
-    // ----------------------------------------------------------------------
-    // DataSource implementation
-
     /**
      * Attempts to establish a database connection.
      */