Skip to content

Commit 908a4a3

Browse files
author
samvazquez
committed
feat: update javadocs
1 parent 176f85f commit 908a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dataloader/CacheMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static <K, V> CacheMap<K, V> simpleMap() {
7676
CompletableFuture<V> get(K key);
7777

7878
/**
79-
* Gets a read-only collection of CompletableFutures of the cache map.
79+
* Gets a collection of CompletableFutures from the cache map.
8080
* @return the collection of cached values
8181
*/
8282
Collection<CompletableFuture<V>> getAll();

0 commit comments

Comments
 (0)