move the shared fs gateway base class to fs package
This commit is contained in:
parent
269616f35e
commit
5b5d42445d
|
@ -17,7 +17,7 @@
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.elasticsearch.test.integration.gateway;
|
package org.elasticsearch.test.integration.gateway.fs;
|
||||||
|
|
||||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
||||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
|
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
|
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
package org.elasticsearch.test.integration.gateway.fs;
|
package org.elasticsearch.test.integration.gateway.fs;
|
||||||
|
|
||||||
import org.elasticsearch.test.integration.gateway.AbstractSimpleIndexGatewayTests;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (shay.banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
package org.elasticsearch.test.integration.gateway.fs;
|
package org.elasticsearch.test.integration.gateway.fs;
|
||||||
|
|
||||||
import org.elasticsearch.test.integration.gateway.AbstractSimpleIndexGatewayTests;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (shay.banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
package org.elasticsearch.test.integration.gateway.fs;
|
package org.elasticsearch.test.integration.gateway.fs;
|
||||||
|
|
||||||
import org.elasticsearch.test.integration.gateway.AbstractSimpleIndexGatewayTests;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (shay.banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
package org.elasticsearch.test.integration.gateway.fs;
|
package org.elasticsearch.test.integration.gateway.fs;
|
||||||
|
|
||||||
import org.elasticsearch.test.integration.gateway.AbstractSimpleIndexGatewayTests;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (shay.banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue