File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/aws-core/src/main/java/software/amazon/awssdk/awscore/interceptor Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class TraceIdExecutionInterceptor implements ExecutionInterceptor {
35
35
private static final String TRACE_ID_HEADER = "X-Amzn-Trace-Id" ;
36
36
private static final String LAMBDA_FUNCTION_NAME_ENVIRONMENT_VARIABLE = "AWS_LAMBDA_FUNCTION_NAME" ;
37
37
private static final String CONCURRENT_TRACE_ID_KEY = "AWS_LAMBDA_X_TraceId" ;
38
- protected static final ExecutionAttribute <String > CACHED_TRACE_ID = new ExecutionAttribute <>("CachedTraceId" );
38
+ private static final ExecutionAttribute <String > CACHED_TRACE_ID = new ExecutionAttribute <>("CachedTraceId" );
39
39
40
40
@ Override
41
41
public void beforeExecution (Context .BeforeExecution context , ExecutionAttributes executionAttributes ) {
You can’t perform that action at this time.
0 commit comments