SOLR-13898: fix a typo.

This commit is contained in:
Andrzej Bialecki 2019-11-13 18:10:49 +01:00
parent 21a54c4bc7
commit 32c3255b93
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Improvements
* SOLR-13844: Remove replica recovery terms with the replica term (Houston Putman via Cao Manh Dat)
* SOLR-13898: Use the new SolrCache.commputeIfAbsent instead of non-atomic get / put in order to
* SOLR-13898: Use the new SolrCache.computeIfAbsent instead of non-atomic get / put in order to
improve cache hit ratios. (ab, Ben Manes)