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/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 2091157 Additional fix for BZ 63995
2091157 is described below
commit 2091157eda49abaffefab6f1938310ad1bda7318
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Dec 10 11:02:34 2019 +0000
Additional fix for BZ 63995
User error in diff tool meant I missed this
---
java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
index e5dfd78..8436e8f 100644
--- a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
+++ b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
@@ -153,7 +153,6 @@ public class DelegatingStatement extends AbandonedTrace
implements Statement {
thrownList.add(e);
}
}
- clearTrace();
}
clearTrace();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]