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 <[email protected]> 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 [email protected].
