diff --git a/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ExecutionAttributes.java b/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ExecutionAttributes.java index e74a7b2b730d..02c03c0a7a06 100644 --- a/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ExecutionAttributes.java +++ b/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ExecutionAttributes.java @@ -162,7 +162,7 @@ public ExecutionAttributes putAttributeIfAbsent(ExecutionAttribute attrib } } - /** + /* * TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use * copy() if it's because of {@link #unmodifiableExecutionAttributes(ExecutionAttributes)}. */