Skip to content

Commit 7d4e2b4

Browse files
Update dd-trace-core/src/main/java/datadog/trace/core/CoreTracer.java
Co-authored-by: Manuel Álvarez Álvarez <manuel-alvarez-alvarez@users.noreply.github.com>
1 parent 74fe718 commit 7d4e2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-core/src/main/java/datadog/trace/core/CoreTracer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public void onRootSpanFinished(AgentSpan root, EndpointTracker tracker) {
256256
*/
257257
void onRootSpanPublished(final AgentSpan root) {
258258
// Request context is propagated to contexts in child spans.
259-
// Assume here that if present it will be so starting inthe top span.
259+
// Assume here that if present it will be so starting in the top span.
260260
RequestContext requestContext = root.getRequestContext();
261261
if (requestContext != null) {
262262
try {

0 commit comments

Comments
 (0)