This commit is contained in:
kimchy 2010-06-22 16:09:49 +03:00
parent 622d4041b8
commit dcb0d18519
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.elasticsearch.index.service.IndexService;
import java.util.Set;
/**
* @author kimchy (Shay Banon)
* @author kimchy (shay.banon)
*/
@ThreadSafe
public interface IndicesService extends Iterable<IndexService>, LifecycleComponent<IndicesService> {