From: markt Date: Tue, 25 May 2010 12:50:19 +0000 (+0000) Subject: Remove duplicate code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1d843aafd0c2325580734ba5a0200297e98dd197;p=tomcat7.0 Remove duplicate code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@948028 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/AprEndpoint.java b/java/org/apache/tomcat/util/net/AprEndpoint.java index 610fe4a30..0e2a92c21 100644 --- a/java/org/apache/tomcat/util/net/AprEndpoint.java +++ b/java/org/apache/tomcat/util/net/AprEndpoint.java @@ -102,16 +102,6 @@ public class AprEndpoint extends AbstractEndpoint { /** - * Priority of the acceptor and poller threads. - */ - protected int threadPriority = Thread.NORM_PRIORITY; - @Override - public void setThreadPriority(int threadPriority) { this.threadPriority = threadPriority; } - @Override - public int getThreadPriority() { return threadPriority; } - - - /** * Size of the socket poller. */ protected int pollerSize = 8 * 1024;