Skip to content

Commit a8e1355

Browse files
anuraagazoewangg
authored andcommitted
Fix comment to point to correct method.
1 parent 22f4fb8 commit a8e1355

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/ExecutionInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ default void beforeTransmission(Context.BeforeTransmission context, ExecutionAtt
211211

212212
/**
213213
* Read the HTTP response as it was returned by the HTTP client, before it is modified by other interceptors.
214-
* {@link #beforeTransmission} should be used in most circumstances for reading the HTTP response because it includes
214+
* {@link #beforeUnmarshalling} should be used in most circumstances for reading the HTTP response because it includes
215215
* modifications made by other interceptors.
216216
*
217217
* <p>It is possible that the HTTP client could have already modified this response, so debug-level wire logging should be

0 commit comments

Comments
 (0)