Original commit: elastic/x-pack-elasticsearch@3ae5403f39
This commit is contained in:
Martijn van Groningen 2015-02-25 22:33:44 +01:00
parent 57d4fd0d50
commit 1aad9fd390
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import static org.hamcrest.Matchers.equalTo;
public abstract class AbstractAlertsSingleNodeTests extends ElasticsearchSingleNodeTest {
@AfterClass
public static void cleaupSuite() throws Exception {
public static void cleanupSuite() throws Exception {
node().stop();
}