Skip to content

Commit

Permalink
Tighten contract
Browse files Browse the repository at this point in the history
  • Loading branch information
matozoid committed Dec 14, 2017
1 parent cae5236 commit 1255b30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ class PhantomNodeLogic {

private static final int LEVELS_TO_EXPLORE = 3;

private static final Map<Object, Boolean> isPhantomNodeCache = synchronizedMap(new IdentityHashMap<>());
private static final Map<Node, Boolean> isPhantomNodeCache = synchronizedMap(new IdentityHashMap<>());

private static final AstObserver cacheCleaner = new AstObserverAdapter() {
@Override
Expand Down

0 comments on commit 1255b30

Please sign in to comment.