We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433e3e7 commit 5374b66Copy full SHA for 5374b66
javascript/extractor/src/com/semmle/js/dependencies/AsyncFetcher.java
@@ -40,7 +40,7 @@ private CompletionException makeError(String message, Exception cause) {
40
throw ex;
41
}
42
43
- class CachedOperation<K, V> {
+ private class CachedOperation<K, V> {
44
private Map<K, CompletableFuture<V>> cache = new LinkedHashMap<>();
45
46
public synchronized CompletableFuture<V> get(K key, Supplier<V> builder) {
0 commit comments