mirror of https://github.com/apache/lucene.git
remove sys out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f50e4dbf51
commit
2296b6d6e3
|
@ -608,7 +608,6 @@ public class BasicDistributedZkTest extends AbstractDistributedZkTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
printLayout();
|
|
||||||
super.tearDown();
|
super.tearDown();
|
||||||
if (solrj != null) {
|
if (solrj != null) {
|
||||||
solrj.close();
|
solrj.close();
|
||||||
|
|
Loading…
Reference in New Issue