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 e839de1  trivial: fix bundle version reference in javadoc
e839de1 is described below

commit e839de129ec759199e702674cfd02a6b88583770
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jun 30 13:36:06 2020 +0200

    trivial: fix bundle version reference in javadoc
---
 src/main/java/org/apache/sling/settings/SlingSettingsService.java | 2 +-
 1 file changed, 1 insertion(+), 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 e9462b1..477e3af 100644
--- a/src/main/java/org/apache/sling/settings/SlingSettingsService.java
+++ b/src/main/java/org/apache/sling/settings/SlingSettingsService.java
@@ -143,7 +143,7 @@ public interface SlingSettingsService {
      * @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.11)
+     * @since 1.4.0 (Sling Settings Bundle 1.3.12)
      */
     int getBestRunModeMatchCountFromSpec(String spec);
 

Reply via email to