Skip to content

Commit c8cda1d

Browse files
Fix comment
1 parent 1c59a8e commit c8cda1d

File tree

1 file changed

+1
-2
lines changed
  • dd-java-agent/instrumentation/okhttp/okhttp-2.2/src/main/java/datadog/trace/instrumentation/okhttp2

1 file changed

+1
-2
lines changed

dd-java-agent/instrumentation/okhttp/okhttp-2.2/src/main/java/datadog/trace/instrumentation/okhttp2/AppSecInterceptor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ private Request onRequest(final AgentSpan span, final boolean sampled, final Req
6767
new HttpClientRequest(requestId, url, request.method(), mapHeaders(request.headers()));
6868
if (sampled && requestBody != null) {
6969
// we are going to effectively read all the request body in memory to be analyzed by the WAF,
70-
// we also
71-
// modify the outbound request accordingly
70+
// we also modify the outbound request accordingly
7271
final MediaType mediaType = contentType(requestBody);
7372
try {
7473
final long contentLength = requestBody.contentLength();

0 commit comments

Comments
 (0)