You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/03/14 13:47:43 UTC

[sling-org-apache-sling-api] branch master updated: fix bundle version in javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 14a1a91  fix bundle version in javadoc
14a1a91 is described below

commit 14a1a910648c586f9b1b63f97463793ad0e3ab67
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Mar 14 14:47:00 2018 +0100

    fix bundle version in javadoc
---
 .../java/org/apache/sling/api/resource/ResourceResolverFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java b/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java
index 5bccf77..ee26de4 100644
--- a/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java
+++ b/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java
@@ -217,7 +217,7 @@ public interface ResourceResolverFactory {
      * concatenated.
      *
      * @return An immutable list containing the search path
-     * @since 2.11 (Sling API Bundle 2.17.0)
+     * @since 2.11 (Sling API Bundle 2.18.0)
      */
     @Nonnull List<String> getSearchPath();
 }

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.