This commit is contained in:
Marcin Grzejszczak
2016-03-21 14:33:48 +01:00
parent 35e8965e0a
commit a0048a806e
62 changed files with 7 additions and 66 deletions

View File

@@ -30,7 +30,6 @@ import zipkin.server.EnableZipkinServer;
* Spring Cloud Stream, for example RabbitMQ.
*
* @author Dave Syer
*
* @since 1.0.0
*
* @see ZipkinMessageListener

View File

@@ -33,7 +33,6 @@ import org.springframework.core.env.PropertySource;
* Stream.
*
* @author Dave Syer
*
* @since 1.0.0
*/
public class StreamEnvironmentPostProcessor implements EnvironmentPostProcessor {

View File

@@ -47,7 +47,6 @@ import zipkin.SpanStore;
* Asynchronously stores the received spans in a {@link SpanStore}.
*
* @author Dave Syer
*
* @since 1.0.0
*
* @see NotSleuthStreamClient