This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/enhanced-run-mode-matching-support in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-settings.git
commit e63d96ecc809a03936100a76d013f48af0cb25b0 Author: Konrad Windszus <[email protected]> AuthorDate: Tue Jun 30 13:35:05 2020 +0200 fix wrong bundle version --- 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);
