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:
Dawid Weiss 2012-03-02 15:01:34 +00:00
parent a273239db6
commit 2c94c522fd
1 changed files with 0 additions and 4 deletions

View File

@ -180,8 +180,4 @@ public abstract class AbstractDistributedZkTestCase extends BaseDistributedSearc
zkClient.printLayoutToStdOut();
zkClient.close();
}
@AfterClass
public static void afterClass() throws InterruptedException {
}
}