Converted MilliSpan to Span. Removed the interface
This commit is contained in:
committed by
Marcin Grzejszczak
parent
b758008419
commit
d5b523d021
@@ -49,7 +49,7 @@ public class SampleMessagingApplication {
|
||||
private SampleRequestResponse transformer;
|
||||
|
||||
@Bean
|
||||
public Sampler<?> defaultSampler() {
|
||||
public Sampler defaultSampler() {
|
||||
return new AlwaysSampler();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user