You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/04/21 22:35:11 UTC

[sling-org-apache-sling-commons-threads] 01/02: fix typo in javadoc

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git

commit 7779a48fbf49a52407d59bed71fa734be7592b23
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 00:30:06 2018 +0200

    fix typo in javadoc
---
 .../java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java b/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
index 94c8198..1d5e5e5 100644
--- a/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
+++ b/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
@@ -26,7 +26,7 @@ import org.apache.sling.commons.threads.ThreadPoolConfig;
 
 /**
  * This is a facade which is delivered to clients. It allows
- * to change the thread pool behind the facacde without affecting
+ * to change the thread pool behind the facade without affecting
  * the client.
  */
 public final class ThreadPoolFacade implements ThreadPool {

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.