From commits-return-66605-archive-asf-public=cust-asf.ponee.io@sling.apache.org Sun Apr 22 16:23:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2B32D18076D for ; Sun, 22 Apr 2018 16:23:56 +0200 (CEST) Received: (qmail 93810 invoked by uid 500); 22 Apr 2018 14:23:55 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 93801 invoked by uid 99); 22 Apr 2018 14:23:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2018 14:23:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8A5E080782; Sun, 22 Apr 2018 14:23:54 +0000 (UTC) Date: Sun, 22 Apr 2018 14:23:55 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-installer-core] 01/02: fix typo in javadoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: olli@apache.org In-Reply-To: <152440703414.29625.7476051007233704377@gitbox.apache.org> References: <152440703414.29625.7476051007233704377@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-installer-core X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f2765021c42e96c8235643330921e22b621a78a4 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180422142354.8A5E080782@gitbox.apache.org> 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-installer-core.git commit f2765021c42e96c8235643330921e22b621a78a4 Author: Oliver Lietz AuthorDate: Sun Apr 22 16:22:39 2018 +0200 fix typo in javadoc --- .../java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java b/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java index 49a0a17..019cafe 100644 --- a/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java +++ b/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java @@ -151,7 +151,7 @@ implements OsgiInstaller, ResourceChangeListener, RetryHandler, InfoProvider, Ru /** * Constructor * - * Most of the initialization is defered to the background thread + * Most of the initialization is deferred to the background thread */ public OsgiInstallerImpl(final BundleContext ctx) { this.ctx = ctx; -- To stop receiving notification emails like this one, please contact olli@apache.org.