Skip to content

Commit

Permalink
Delete unnecessary TODO item. (#1288)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo authored Jan 5, 2024
1 parent 05c08f5 commit ed21c50
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ import software.amazon.smithy.swift.codegen.middleware.MiddlewareStep
import software.amazon.smithy.swift.codegen.model.ShapeMetadata

open class AwsQueryProtocolGenerator : AWSHttpBindingProtocolGenerator() {
// TODO: Rename defaultContentType to differentiate between request & response
// Requests are:
// application/x-www-form-urlencoded
// Responses are:
// text/xml
override val codingKeysGenerator = DefaultCodingKeysGenerator(CodingKeysCustomizationXmlName())
override val defaultContentType = "application/x-www-form-urlencoded"
override val defaultTimestampFormat = TimestampFormatTrait.Format.DATE_TIME
Expand Down

0 comments on commit ed21c50

Please sign in to comment.