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


The following commit(s) were added to refs/heads/master by this push:
     new bb491e3c Javadoc
bb491e3c is described below

commit bb491e3c07f6100b7c6a5e3c5a5d20d2df4e8854
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 14 13:50:58 2023 -0500

    Javadoc
---
 src/test/java/org/apache/commons/dbcp2/TesterPreparedStatement.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/dbcp2/TesterPreparedStatement.java 
b/src/test/java/org/apache/commons/dbcp2/TesterPreparedStatement.java
index 9c6df7a7..3d11bbb7 100644
--- a/src/test/java/org/apache/commons/dbcp2/TesterPreparedStatement.java
+++ b/src/test/java/org/apache/commons/dbcp2/TesterPreparedStatement.java
@@ -272,7 +272,7 @@ public class TesterPreparedStatement extends 
TesterStatement implements Prepared
         throw new SQLException("Not implemented.");
     }
 
-    /** for junit test only */
+    /** For junit test only */
     public String getSql() {
         return _sql;
     }

Reply via email to