git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-17 20:46:28 +00:00
parent 2d406a50b2
commit 4ba86e84ae
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Bug Fixes
the DirectoryFactory API to remove the data dir. (Mark Miller)
* SOLR-4599: CachingDirectoryFactory calls close(Directory) on forceNew if the
Directory has a refCnt of 0, but it should call closeDirectory(CacheValueValue).
Directory has a refCnt of 0, but it should call closeDirectory(CacheValue).
(Mark Miller)
Optimizations