This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.threads-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit f7b228d8023b280da1a9b4ccebd67d0d3d793799 Author: Felix Meschberger <[email protected]> AuthorDate: Tue May 27 10:42:20 2008 +0000 SLING-479 Fix @scr.tags: - normalize metadata attribute settings to "no" - ensure proper metadata and ds attributes are set - create metatype.properties files where required - fix metatype.properties files git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/threads@660460 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java b/src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java index 258aaae..4ed4811 100644 --- a/src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java +++ b/src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java @@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory; * The DefaultThreadPoolManager implements the {@link ThreadPoolManager} interface * and is responsible to manage {@link ThreadPool}s. * - * @scr.component metatype="false" + * @scr.component metatype="no" * @scr.service interface="org.apache.sling.commons.threads.ThreadPoolManager" * * @version $Id$ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
