Add Smile annotation to BrokerServerView

This commit is contained in:
Charles Allen 2014-11-18 10:15:32 -08:00 committed by Xavier Léauté
parent 00806ba836
commit 8819a1b9d5
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ import io.druid.client.selector.ServerSelector;
import io.druid.client.selector.TierSelectorStrategy;
import io.druid.concurrent.Execs;
import io.druid.guice.annotations.Client;
import io.druid.guice.annotations.Smile;
import io.druid.query.DataSource;
import io.druid.query.QueryRunner;
import io.druid.query.QueryToolChestWarehouse;
@ -69,7 +70,7 @@ public class BrokerServerView implements TimelineServerView
public BrokerServerView(
QueryToolChestWarehouse warehouse,
QueryWatcher queryWatcher,
ObjectMapper smileMapper,
@Smile ObjectMapper smileMapper,
@Client HttpClient httpClient,
ServerInventoryView baseView,
TierSelectorStrategy tierSelectorStrategy