Skip to content

Commit

Permalink
Annotate DetachedSpan.completeAndStartChild with @Safe (#867)
Browse files Browse the repository at this point in the history
Annotate `DetachedSpan.completeAndStartChild` with `@Safe`
  • Loading branch information
carterkozak authored Mar 8, 2022
1 parent 4ad53a5 commit a20c0d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ default CloseableSpan completeAndStartChild(@Safe String operationName, SpanType
}

@MustBeClosed
default CloseableSpan completeAndStartChild(String operationName) {
default CloseableSpan completeAndStartChild(@Safe String operationName) {
return completeAndStartChild(operationName, SpanType.LOCAL);
}

Expand Down

0 comments on commit a20c0d4

Please sign in to comment.