mirror of https://github.com/apache/lucene.git
A side effect of LUCENE-3808: validation of shadowed static hooks
indicated this one as the violator. Since this is empty and cannot be overriden anyway I'm removing it. Removed shadowed empty afterClass() hook. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a273239db6
commit
2c94c522fd
|
@ -180,8 +180,4 @@ public abstract class AbstractDistributedZkTestCase extends BaseDistributedSearc
|
||||||
zkClient.printLayoutToStdOut();
|
zkClient.printLayoutToStdOut();
|
||||||
zkClient.close();
|
zkClient.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterClass
|
|
||||||
public static void afterClass() throws InterruptedException {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue