This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 5cf5c1d Additional fix for BZ 63995
5cf5c1d is described below
commit 5cf5c1d6e981d2f9faa4ae3806e84df68a02c99e
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 df3702e..f79e36e 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]