Skip to content

Commit

Permalink
compilation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed May 11, 2018
1 parent 3ef8dbe commit 4000085
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ protected long hitCount() {
}

@Override
protected long missCount() {
protected Long missCount() {
return cache.getCacheMisses();
}

Expand Down

0 comments on commit 4000085

Please sign in to comment.