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

[sling-org-apache-sling-commons-scheduler] branch master updated: SLING-7820: fix javadoc to match implementation

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

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


The following commit(s) were added to refs/heads/master by this push:
     new edc969d  SLING-7820: fix javadoc to match implementation
edc969d is described below

commit edc969dcc2cb6c0f091140c5d7ac29e57047d746
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Sep 14 13:02:35 2020 +0200

    SLING-7820: fix javadoc to match implementation
---
 src/main/java/org/apache/sling/commons/scheduler/Scheduler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/scheduler/Scheduler.java b/src/main/java/org/apache/sling/commons/scheduler/Scheduler.java
index e466c4c..e1a0f13 100644
--- a/src/main/java/org/apache/sling/commons/scheduler/Scheduler.java
+++ b/src/main/java/org/apache/sling/commons/scheduler/Scheduler.java
@@ -34,7 +34,7 @@ import org.osgi.annotation.versioning.ProviderType;
  * or
  * by using the whiteboard pattern and registering a Runnable service with either
  * the {@link #PROPERTY_SCHEDULER_EXPRESSION} or {@link #PROPERTY_SCHEDULER_PERIOD}
- * property. If both properties are specified, only {@link #PROPERTY_SCHEDULER_PERIOD}
+ * property. If both properties are specified, only {@link #PROPERTY_SCHEDULER_EXPRESSION}
  * is considered for scheduling.
  *
  * Services registered by the whiteboard pattern can by default run concurrently,