Skip to content

Commit a4184ca

Browse files
jottleyCopilot
andauthored
Update repository/src/test/java/org/alfresco/repo/cache/lookup/EntityLookupCacheTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent df5648c commit a4184ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository/src/test/java/org/alfresco/repo/cache/lookup/EntityLookupCacheTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ public Pair<Long, Object> findByKey(Long key)
351351
return new Pair<Long, Object>(key, value);
352352
}
353353

354+
@Override
354355
public List<Pair<Long, Object>> findByKeys(List<Long> keys)
355356
{
356357
assertNotNull(keys);

0 commit comments

Comments
 (0)