SLING-6609 fix javadoc
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 @@
      * 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