mirror of https://github.com/apache/lucene.git
Put back comment that got deleted in last patch application
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d565def0bf
commit
b7e7ea6afe
|
@ -10,6 +10,10 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# A singleton class for starting/stopping a Solr server for testing purposes
|
||||
# The behavior of TestSolrServer can be modified prior to start() by changing
|
||||
# port, solr_home, and quiet properties.
|
||||
|
||||
class TestSolrServer
|
||||
require 'singleton'
|
||||
include Singleton
|
||||
|
|
Loading…
Reference in New Issue