Skip to content

Commit

Permalink
Suppress one more deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Nov 9, 2018
1 parent 20f8de3 commit 2fea929
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ public static class MockableSpan extends Span {
/**
* Creates a MockableSpan with a random trace ID and span ID.
*/
@SuppressWarnings("deprecation")
public static MockableSpan generateRandomSpan(Random random) {
return new MockableSpan(
SpanContext.create(
Expand Down

0 comments on commit 2fea929

Please sign in to comment.