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 5e876cc Fix comment 5e876cc is described below commit 5e876cc9da7f3faddf329a989e3c90686f9ee6e7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 21 11:47:26 2020 +0000 Fix comment --- java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java b/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java index 75d074e..b73f4e7 100644 --- a/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java +++ b/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java @@ -134,6 +134,6 @@ public class UpgradeProcessorExternal extends UpgradeProcessorBase { @Override public void pause() { - // NOOP for AJP + // NOOP } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org