This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.threads-3.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit 60be2003b9f0fcad6764ad61e27804ab1cf840b0 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Dec 30 10:20:50 2009 +0000 Fix typo git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/threads@894578 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 c70dac6..3fbbc09 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 @@ -69,7 +69,7 @@ public class DefaultThreadPoolManager this.bundleContext = bc; this.configAdminTracker = new ServiceTracker(bc, ConfigurationAdmin.class.getName(), null); this.configAdminTracker.open(); - this.logger.info("Startet Apache Sling Thread Pool Manager: {}", getPid()); + this.logger.info("Started Apache Sling Thread Pool Manager: {}", getPid()); } /** -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
