This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 141c2e7 Fix typo
141c2e7 is described below
commit 141c2e76b1af4030b3c9bb52982b3775ce9adf88
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 9 11:19:39 2019 +0100
Fix typo
---
java/org/apache/coyote/AbstractProtocol.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/coyote/AbstractProtocol.java
b/java/org/apache/coyote/AbstractProtocol.java
index 4ced5f9..bbbf090 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -547,7 +547,6 @@ public abstract class AbstractProtocol<S> implements
ProtocolHandler,
if (oname != null) {
Registry.getRegistry(null, null).unregisterComponent(oname);
}
- }
if (tpOname != null)
Registry.getRegistry(null, null).unregisterComponent(tpOname);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]