[TEST] remove unused method

This commit is contained in:
javanna 2016-06-04 01:05:53 +02:00 committed by Luca Cavanna
parent f2318ed5ae
commit 56e689e1b3
1 changed files with 0 additions and 5 deletions

View File

@ -340,11 +340,6 @@ public abstract class ESRestTestCase extends ESTestCase {
return restClientSettings(); // default to the same client settings
}
/** Returns the addresses the client uses to connect to the test cluster. */
protected URL[] getClusterUrls() {
return clusterUrls;
}
@Before
public void reset() throws IOException {
// admin context must be available for @After always, regardless of whether the test was blacklisted