Skip to content

Commit

Permalink
Fix style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniyk committed Feb 4, 2022
1 parent f748538 commit d092af4
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,14 @@ public GrpcTracingBuilder addAttributeExtractor(
return this;
}

/**
* Sets custom client {@link SpanNameExtractor}
*/
/** Sets custom client {@link SpanNameExtractor}. */
public GrpcTracingBuilder setClientSpanNameExtractor(
SpanNameExtractor<? super GrpcRequest> clientSpanNameExtractor) {
this.clientSpanNameExtractor = clientSpanNameExtractor;
return this;
}

/**
* Sets custom server {@link SpanNameExtractor}
*/
/** Sets custom server {@link SpanNameExtractor}. */
public GrpcTracingBuilder setServerSpanNameExtractor(
SpanNameExtractor<? super GrpcRequest> serverSpanNameExtractor) {
this.serverSpanNameExtractor = serverSpanNameExtractor;
Expand Down

0 comments on commit d092af4

Please sign in to comment.