You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:26:03 UTC

[sling-org-apache-sling-commons-threads] 14/27: Typo

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.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git

commit 6a7b2e47701f7ef301900dd88903fc9eceedc3cb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Jul 18 13:56:52 2012 +0000

    Typo
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/threads@1362956 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/commons/threads/ThreadPoolManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/threads/ThreadPoolManager.java b/src/main/java/org/apache/sling/commons/threads/ThreadPoolManager.java
index 871729e..fa69df2 100644
--- a/src/main/java/org/apache/sling/commons/threads/ThreadPoolManager.java
+++ b/src/main/java/org/apache/sling/commons/threads/ThreadPoolManager.java
@@ -18,7 +18,7 @@ package org.apache.sling.commons.threads;
 
 
 /**
- * The <cod>ThreadPoolManager</code> manages thread pools.
+ * The <code>ThreadPoolManager</code> manages thread pools.
  *
  */
 public interface ThreadPoolManager {

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.