You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/07/30 08:58:15 UTC

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

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

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


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

commit 3b40f75a8c76199b331bfd169d5150e899a3ba63
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jul 30 10:58:02 2020 +0200

    fix javadoc
---
 src/main/java/org/apache/sling/settings/SlingSettingsService.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/settings/SlingSettingsService.java b/src/main/java/org/apache/sling/settings/SlingSettingsService.java
index 477e3af..108678d 100644
--- a/src/main/java/org/apache/sling/settings/SlingSettingsService.java
+++ b/src/main/java/org/apache/sling/settings/SlingSettingsService.java
@@ -141,7 +141,6 @@ public interface SlingSettingsService {
      * 
      * The operator order is first "-" (not), second "." (AND), last "," (OR).
      * @param spec the run mode spec string to check against
-     * @param activeRunModes the run modes against which to check
      * @return the number of matching run modes or 0 if no match. If multiple disjunctions match the one with the highest number of matching run modes is returned.
      * @since 1.4.0 (Sling Settings Bundle 1.3.12)
      */