fix javadoc
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 @@
      * 
      * 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)
      */