You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repository/src/main/java/org/alfresco/repo/cache/lookup/EntityLookupCache.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -542,9 +542,9 @@ public Pair<K, V> getByValue(V value)
542
542
* <p/>
543
543
* It is up to the client code to decide if a <tt>null</tt> return value indicates a concurrency violation or not; the former would normally result in a concurrency-related exception such as {@link ConcurrencyFailureException}.
544
544
*
545
-
* @param value
546
-
* The entity value, which may be valid or invalid (<tt>null</tt> is allowed)
547
-
* @return Returns the key-value pair or <tt>null</tt> if the value doesn't reference an entity
545
+
* @param values
546
+
* The entity values, which may be valid or invalid (<tt>null</tt> is allowed)
0 commit comments