Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private static Path computePrototypeName(String fileName, String packageName) {
* A map from a Java type to an associated source paths which is known to have an up to date
* entry in the relevant source file cache. This is used to memoize previous lookups.
*/
private static final ConcurrentHashMap<ResolvedJavaType, Path> verifiedPaths = new ConcurrentHashMap<>();
private final ConcurrentHashMap<ResolvedJavaType, Path> verifiedPaths = new ConcurrentHashMap<>();

/**
* An invalid path used as a marker to track failed lookups so we don't waste time looking up
Expand Down