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 2017/11/02 15:26:21 UTC

[sling-org-apache-sling-api] branch master updated: SLING-6609 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-api.git


The following commit(s) were added to refs/heads/master by this push:
     new b35b5d1  SLING-6609 fix javadoc
b35b5d1 is described below

commit b35b5d1af152f0e28d87af6da8eba84df0e72a10
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Nov 2 16:26:17 2017 +0100

    SLING-6609 fix javadoc
---
 src/main/java/org/apache/sling/api/resource/ValueMap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/api/resource/ValueMap.java b/src/main/java/org/apache/sling/api/resource/ValueMap.java
index 975afc8..5c5f2de 100644
--- a/src/main/java/org/apache/sling/api/resource/ValueMap.java
+++ b/src/main/java/org/apache/sling/api/resource/ValueMap.java
@@ -74,7 +74,7 @@ public interface ValueMap extends Map<String, Object> {
      * case.
      * <br><br>
      * <b>Implementation hint</b>: In the past it was allowed to call this with a 2nd parameter being {@code null}. 
-     * Therefore all implementations should internally call {@link #get(String)} when the 2nd parameter
+     * Therefore all implementations should internally call {@link #get(Object)} when the 2nd parameter
      * has value {@code null}.
      *
      * @param name The name of the property

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].