Fixed broken compilation

This commit is contained in:
Marcin Grzejszczak
2020-12-10 11:18:12 +01:00
parent f5bfb1e980
commit 96979e1e27
3 changed files with 2 additions and 11 deletions

View File

@@ -46,7 +46,8 @@ public interface TraceContext {
String spanId();
/**
* @return {@code true} when sampled, {@code false} when not sampled and {@code null} when sampling decision should be deferred
* @return {@code true} when sampled, {@code false} when not sampled and {@code null}
* when sampling decision should be deferred
*/
Boolean sampled();