Skip to content

Commit cffc36b

Browse files
committed
remove obsolete TODOs
1 parent 3fef7c2 commit cffc36b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/aws-core/src/main/java/software/amazon/awssdk/awscore/http/response/DefaultErrorResponseHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ private Document parseXml(String xml, String idString) throws Exception {
144144
private String idString(SdkHttpFullResponse errorResponse) {
145145
StringBuilder idString = new StringBuilder();
146146
try {
147-
//TODO: do we need to add invocation Id here? json error repsonse handler doesn't do that
148147
errorResponse.firstMatchingHeader(X_AMZN_REQUEST_ID_HEADER)
149148
.ifPresent(s -> idString.append("Request Id:").append(s));
150149

0 commit comments

Comments
 (0)