diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/common/QueueingThreadPoolExecutor.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/common/QueueingThreadPoolExecutor.java index 2b41501a2..bc71ab206 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/common/QueueingThreadPoolExecutor.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/common/QueueingThreadPoolExecutor.java @@ -30,8 +30,9 @@ import org.slf4j.LoggerFactory; /** * This is a thread pool executor service, which works as a developer would expect it to work. * The default {@link ThreadPoolExecutor} does the following (see - * the official - * JavaDoc): + * the + * official JavaDoc): *