Fix documentation: Sampler is not a generic type
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
This commit is contained in:
@@ -35,7 +35,7 @@ A sampler can be installed just by creating a bean definition, e.g:
|
||||
[source,java]
|
||||
----
|
||||
@Bean
|
||||
public Sampler<?> defaultSampler() {
|
||||
public Sampler defaultSampler() {
|
||||
return new AlwaysSampler();
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user