You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2022/06/23 13:22:36 UTC

[sling-org-apache-sling-event] branch master updated: fix javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c379ea  fix javadoc
7c379ea is described below

commit 7c379ea13d0ed571f242b35296e6e0da6040652b
Author: Stefan Egli <st...@apache.org>
AuthorDate: Thu Jun 23 15:22:29 2022 +0200

    fix javadoc
---
 src/main/java/org/apache/sling/event/impl/jobs/JobImpl.java             | 1 -
 src/main/java/org/apache/sling/event/impl/jobs/queues/JobQueueImpl.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/event/impl/jobs/JobImpl.java b/src/main/java/org/apache/sling/event/impl/jobs/JobImpl.java
index 567f871..ab4ba1b 100644
--- a/src/main/java/org/apache/sling/event/impl/jobs/JobImpl.java
+++ b/src/main/java/org/apache/sling/event/impl/jobs/JobImpl.java
@@ -78,7 +78,6 @@ public class JobImpl implements Job, Comparable<JobImpl> {
      * Create a new job instance
      *
      * @param topic The job topic
-     * @param name  The unique job name (optional)
      * @param jobId The unique (internal) job id
      * @param properties Non-null map of properties, at least containing {@link #PROPERTY_RESOURCE_PATH}
      */
diff --git a/src/main/java/org/apache/sling/event/impl/jobs/queues/JobQueueImpl.java b/src/main/java/org/apache/sling/event/impl/jobs/queues/JobQueueImpl.java
index da1742c..3a272ea 100644
--- a/src/main/java/org/apache/sling/event/impl/jobs/queues/JobQueueImpl.java
+++ b/src/main/java/org/apache/sling/event/impl/jobs/queues/JobQueueImpl.java
@@ -130,7 +130,7 @@ public class JobQueueImpl
      * @param services The queue services
      * @param topics The topics handled by this queue
      * @param outdatedQueueInfo
-     * @param haltedTopics reference to pass newly halted topics back
+     * @param haltedTopicsBackRef reference to pass newly halted topics back
      *
      * @return {@code JobQueueImpl} if there are jobs to process, {@code null} otherwise.
      */