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 34a855f Fix IDE warning
34a855f is described below
commit 34a855f844091bcdbac6205c6343f7bf6764806f
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Mar 7 10:14:45 2020 +0000
Fix IDE warning
---
test/org/apache/tomcat/util/net/TestSsl.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/org/apache/tomcat/util/net/TestSsl.java
b/test/org/apache/tomcat/util/net/TestSsl.java
index 7cb5c47..7588a4c 100644
--- a/test/org/apache/tomcat/util/net/TestSsl.java
+++ b/test/org/apache/tomcat/util/net/TestSsl.java
@@ -95,6 +95,7 @@ public class TestSsl extends TomcatBaseTest {
AtomicInteger errorCount = new AtomicInteger(0);
for (int i = 0; i < iterations; i++) {
new Thread() {
+ @Override
public void run() {
try {
SSLSocket socket = (SSLSocket)
socketFactory.createSocket("localhost",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]