Skip to content

Commit

Permalink
Remove <br /> tag (illegal in javadoc for parameter)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Oct 22, 2018
1 parent 9088fde commit 1a07cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public Builder withSkipPattern(String skipPattern) {
/**
* @param joinExistingActiveSpan If true, any active span on the current scope will be used as the parent span.
* If false, and a parent span can be extracted from the HTTP request, that span
* will be used as the parent span instead. <br />
* will be used as the parent span instead.
* Default is false.
* @return builder
*/
Expand Down

0 comments on commit 1a07cee

Please sign in to comment.