From 8b2e9427146c468d25e00e9451f39c1479de9dea Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Tue, 14 Apr 2009 03:58:15 +0000 Subject: [PATCH] Remove old method declaration to match QueuedThreadPool class git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@144 7e9141cc-0065-0410-87d8-b60c137991c4 --- .../util/thread/management/QueuedThreadPool-mbean.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/QueuedThreadPool-mbean.properties b/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/QueuedThreadPool-mbean.properties index 5b7ed50a06d..5c6ee23183c 100644 --- a/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/QueuedThreadPool-mbean.properties +++ b/jetty-jmx/src/main/resources/org/eclipse/jetty/util/thread/management/QueuedThreadPool-mbean.properties @@ -5,5 +5,3 @@ name: Name of the thread pool daemon: Is pool thread using daemon thread threadsPriority: The priority of threads in the pool maxIdleTimeMs: Maximum time a thread may be idle in ms -queueSize: The pool threads size -spawnOrShrinkAt: The number of queued jobs (or idle threads) needed before the thread pool is grown (or shrunk) \ No newline at end of file