cosmetics

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@478102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-11-22 09:48:09 +00:00
parent 758a772fcb
commit b797db9788
1 changed files with 2 additions and 1 deletions

View File

@ -435,7 +435,8 @@ public class MemoryIndex {
* Wishing IndexReader would be an interface...
*
* Actually with the new tight createSearcher() API auto-closing is now
* made impossible, hence searcher.close() would be harmless...
* made impossible, hence searcher.close() would be harmless and also
* would not degrade performance...
*/
}
}