Skip to content

Commit 1a2bace

Browse files
committed
Update the comment
2 parents a201cde + aae6a51 commit 1a2bace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/serviceclientconfiguration-withchecksum-builder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public JsonAuthSchemeProvider authSchemeProvider() {
168168
}
169169

170170
/**
171-
* Sets the value for client behavior for response checksum calculation
171+
* Sets the value for client behavior for response checksum validation
172172
*/
173173
@Override
174174
public JsonServiceClientConfiguration.Builder responseChecksumValidation(ResponseChecksumValidation responseChecksumValidation) {
@@ -177,7 +177,7 @@ public JsonServiceClientConfiguration.Builder responseChecksumValidation(Respons
177177
}
178178

179179
/**
180-
* Gets the value for client behavior for response checksum calculation
180+
* Gets the value for client behavior for response checksum validation
181181
*/
182182
@Override
183183
public ResponseChecksumValidation responseChecksumValidation() {

0 commit comments

Comments
 (0)