Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/a3ff0a8f
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/a3ff0a8f
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/a3ff0a8f

Branch: refs/heads/release
Commit: a3ff0a8f0f2859169af38424d9f061fecd1e3a93
Parents: 8672c35
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Mon Jun 11 17:09:38 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Mon Jun 11 17:09:38 2018 -0600

----------------------------------------------------------------------
 .../org/apache/commons/dbcp2/DelegatingCallableStatement.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/a3ff0a8f/src/main/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java 
b/src/main/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java
index 9a1474c..978467a 100644
--- a/src/main/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java
+++ b/src/main/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java
@@ -41,16 +41,18 @@ import java.util.Map;
  * <p>
  * All of the methods from the {@link CallableStatement} interface simply call 
the corresponding method on the
  * "delegate" provided in my constructor.
+ * </p>
  * <p>
  * Extends AbandonedTrace to implement Statement tracking and logging of code 
which created the Statement. Tracking the
  * Statement ensures that the Connection which created it can close any open 
Statement's on Connection close.
+ * </p>
  *
  * @since 2.0
  */
 public class DelegatingCallableStatement extends DelegatingPreparedStatement 
implements CallableStatement {
 
     /**
-     * Create a wrapper for the Statement which traces this Statement to the 
Connection which created it and the code
+     * Creates a wrapper for the Statement which traces this Statement to the 
Connection which created it and the code
      * which created it.
      *
      * @param c

Reply via email to