diff --git a/repository/src/main/java/org/alfresco/repo/cache/lookup/EntityLookupCache.java b/repository/src/main/java/org/alfresco/repo/cache/lookup/EntityLookupCache.java
index 3e13026967..2feabff36c 100644
--- a/repository/src/main/java/org/alfresco/repo/cache/lookup/EntityLookupCache.java
+++ b/repository/src/main/java/org/alfresco/repo/cache/lookup/EntityLookupCache.java
@@ -542,9 +542,9 @@ public class EntityLookupCache
* It is up to the client code to decide if a null return value indicates a concurrency violation or not; the former would normally result in a concurrency-related exception such as {@link ConcurrencyFailureException}.
*
- * @param value
- * The entity value, which may be valid or invalid (null is allowed)
- * @return Returns the key-value pair or null if the value doesn't reference an entity
+ * @param values
+ * The entity values, which may be valid or invalid (null is allowed)
+ * @return Returns a list of key-value pairs
*/
@SuppressWarnings("unchecked")
public List> getByValues(List values)