Repository: commons-dbcp Updated Branches: refs/heads/master 2f92ec1b0 -> 24c79b896
Docuemnt empty block. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/24c79b89 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/24c79b89 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/24c79b89 Branch: refs/heads/master Commit: 24c79b8969b3fbd382a568160a226949ab05875a Parents: 2f92ec1 Author: Gary Gregory <[email protected]> Authored: Sun Jun 10 10:15:55 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Jun 10 10:15:55 2018 -0600 ---------------------------------------------------------------------- .../commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/24c79b89/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java b/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java index 2729c21..65b2ba5 100644 --- a/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java +++ b/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java @@ -324,10 +324,11 @@ class KeyedCPDSConnectionFactory } /** - * Does nothing. This factory does not cache user credentials. + * Does nothing. This factory does not cache user credentials. */ @Override public void setPassword(final String password) { + // Does nothing. This factory does not cache user credentials. } /**
