Fixed typo: renamed test wamer package to warmer

This commit is contained in:
Luca Cavanna 2013-09-09 14:12:13 +02:00
parent 8ad583b35e
commit 563111f0f9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* under the License. * under the License.
*/ */
package org.elasticsearch.test.integration.indices.wamer; package org.elasticsearch.test.integration.indices.warmer;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse; import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
import org.elasticsearch.cluster.ClusterState; import org.elasticsearch.cluster.ClusterState;

View File

@ -17,7 +17,7 @@
* under the License. * under the License.
*/ */
package org.elasticsearch.test.integration.indices.wamer; package org.elasticsearch.test.integration.indices.warmer;
import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse; import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse;
import org.elasticsearch.action.admin.indices.warmer.get.GetWarmersResponse; import org.elasticsearch.action.admin.indices.warmer.get.GetWarmersResponse;