Skip to content

Commit 9e23c92

Browse files
committed
typo
1 parent 3e44574 commit 9e23c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/appsec/src/main/java/com/datadog/appsec/gateway/AppSecRequestContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ public String getSessionId() {
596596
/**
597597
* Close the context and release all resources. This method is idempotent and can be called
598598
* multiple times. For each root span, this method is always called from
599-
* CoreTracer#onRootSpaPublished.
599+
* CoreTracer#onRootSpanPublished.
600600
*/
601601
@Override
602602
public void close() {

0 commit comments

Comments
 (0)