Skip to content

Commit

Permalink
Code Cleanup with build warnings. (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Stupp <[email protected]>
  • Loading branch information
nk1506 and snazy authored Oct 16, 2024
1 parent 395f988 commit 9dfab70
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* Servlet {@link Filter} that starts an OpenTracing {@link Span}, propagating the calling context
* from HTTP headers, if present. "spanId" and "traceId" are added to the logging MDC so that all
* logs recorded in the request will contain the current span and trace id. Downstream HTTP calls
* should use the OpenTelementry {@link io.opentelemetry.context.propagation.ContextPropagators} to
* should use the OpenTelemetry {@link io.opentelemetry.context.propagation.ContextPropagators} to
* include the current trace id in the request headers.
*/
@Priority(Priorities.AUTHENTICATION - 1)
Expand Down
Loading

0 comments on commit 9dfab70

Please sign in to comment.