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 0ec8370 Silence an IDE warning 0ec8370 is described below commit 0ec837068b67ed9d876f0c77d80034be00ab3c9e Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon May 13 16:51:30 2019 +0100 Silence an IDE warning --- java/org/apache/coyote/http11/Http11NioProtocol.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/org/apache/coyote/http11/Http11NioProtocol.java b/java/org/apache/coyote/http11/Http11NioProtocol.java index e27bc89..92c278c 100644 --- a/java/org/apache/coyote/http11/Http11NioProtocol.java +++ b/java/org/apache/coyote/http11/Http11NioProtocol.java @@ -46,6 +46,11 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol<NioChannel> { // -------------------- Pool setup -------------------- + /** + * NO-OP. + * + * @param count Unused + */ public void setPollerThreadCount(int count) { } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org