Polishing

Resolves #325
This commit is contained in:
Oleg Zhurakousky
2018-03-05 20:02:47 -05:00
parent b9d7f1f537
commit d8baca5a66
2 changed files with 2 additions and 3 deletions

View File

@@ -22,9 +22,7 @@ import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import io.micrometer.core.instrument.Gauge;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.Tags;
import io.micrometer.core.instrument.TimeGauge;
import io.micrometer.core.instrument.binder.MeterBinder;
import org.apache.commons.logging.Log;
@@ -51,6 +49,7 @@ import org.springframework.util.ObjectUtils;
* @author Soby Chacko
* @author Artem Bilan
* @author Oleg Zhurakousky
* @author Jon Schneider
*/
public class KafkaBinderMetrics implements MeterBinder, ApplicationListener<BindingCreatedEvent> {

View File

@@ -17,7 +17,6 @@
package org.springframework.cloud.stream.binder.kafka.integration;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.search.Search;
import org.junit.AfterClass;
import org.junit.BeforeClass;
@@ -40,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author Artem Bilan
* @author Oleg Zhurakousky
* @author Jon Schneider
*
* @since 2.0
*/