Skip to content

Commit ae0a29e

Browse files
committed
javadoc problem
1 parent e3e70a4 commit ae0a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dataloader/ValueCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* <p>
1313
* It differs from {@link CacheMap} which is in fact a cache of promised values aka {@link CompletableFuture}&lt;V&gt;'s.
1414
* <p>
15-
* {@link ValueCache is more suited to be a wrapper of a long-lived or externallly cached values. {@link CompletableFuture}s cant
15+
* {@link ValueCache} is more suited to be a wrapper of a long-lived or externallly cached values. {@link CompletableFuture}s cant
1616
* be easily placed in an external cache outside the JVM say, hence the need for the {@link ValueCache}.
1717
* <p>
1818
* {@link DataLoader}s use a two stage cache strategy if caching is enabled. If the {@link CacheMap} already has the promise to a value

0 commit comments

Comments
 (0)