Skip to content

Commit 676ad21

Browse files
committed
fix compilation groovy
1 parent b4e8516 commit 676ad21

File tree

1 file changed

+2
-2
lines changed
  • dd-java-agent/instrumentation/spring/spring-webmvc/spring-webmvc-3.1/src/test/groovy/test

1 file changed

+2
-2
lines changed

dd-java-agent/instrumentation/spring/spring-webmvc/spring-webmvc-3.1/src/test/groovy/test/SetupSpecHelper.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ class SetupSpecHelper {
4141
INSTANCE
4242

4343
@Override
44-
boolean tryCommitBlockingResponse(TraceSegment segment, int statusCode, BlockingContentType templateType, Map<String, String> extraHeaders) {
44+
boolean tryCommitBlockingResponse(TraceSegment segment, int statusCode, BlockingContentType templateType, Map<String, String> extraHeaders, String securityResponseId) {
4545
ServletRequestAttributes attributes = RequestContextHolder.requestAttributes
4646
if (attributes) {
4747
ServletBlockingHelper
48-
.commitBlockingResponse(segment, attributes.request, attributes.response, statusCode, templateType, extraHeaders)
48+
.commitBlockingResponse(segment, attributes.request, attributes.response, statusCode, templateType, extraHeaders, securityResponseId)
4949
}
5050
true
5151
}

0 commit comments

Comments
 (0)