Skip to content

Commit 3747c39

Browse files
ambikabAmbika Babujidebora-ito
authored
Remove ToDo showing up in public facing API reference (#6015)
* Remove ToDo showing up in public facing API reference * Hide ToDos appearing on public javadoc --------- Co-authored-by: Ambika Babuji <ambikab@amazon.com> Co-authored-by: Debora N. Ito <476307+debora-ito@users.noreply.github.com>
1 parent d1f1bb4 commit 3747c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ExecutionAttributes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public <U> ExecutionAttributes putAttributeIfAbsent(ExecutionAttribute<U> attrib
162162
}
163163
}
164164

165-
/**
165+
/*
166166
* TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use
167167
* copy() if it's because of {@link #unmodifiableExecutionAttributes(ExecutionAttributes)}.
168168
*/

0 commit comments

Comments
 (0)