SOLR-824: remove last vestige of 'none' as a lockType

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-02-21 19:10:04 +00:00
parent f3ee1dc3c5
commit 2234f62e1c
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
processes to safely access a lucene index, and should be used
with care. Default is "false".
This is not needed if lock type is 'none' or 'single'
This is not needed if lock type is 'single'
-->
<!--
<unlockOnStartup>false</unlockOnStartup>