move the shared fs gateway base class to fs package

This commit is contained in:
kimchy 2010-08-29 23:22:55 +03:00
parent 269616f35e
commit 5b5d42445d
5 changed files with 1 additions and 9 deletions

View File

@ -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;

View File

@ -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)
*/ */

View File

@ -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)
*/ */

View File

@ -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)
*/ */

View File

@ -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)
*/ */