Skip to content

Commit

Permalink
Fix build failures 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Aug 30, 2024
1 parent 3534171 commit 17a13f0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ enum ProtocolBehavior {
.build();
Supplier<StructuredJsonFactory> structuredJsonFactory = getStructuredJsonFactory(factory);

ProtocolUnmarshallDependencies rpcv2Dependencies = SmithyRpcV2CborProtocolFactory.defaultProtocolUnmarshallDependencies();
ProtocolUnmarshallDependencies rpcv2Dependencies = SmithyRpcV2CborProtocolFactory
.defaultProtocolUnmarshallDependencies();

@Override
public AwsJsonProtocolMetadata protocolMetadata() {
Expand Down Expand Up @@ -186,7 +187,8 @@ public StructuredJsonFactory structuredJsonFactory() {
;

private final AwsJsonProtocol protocol;
private final ProtocolUnmarshallDependencies dpendencies = JsonProtocolUnmarshaller.defaultProtocolUnmarshallDependencies();
private final ProtocolUnmarshallDependencies dpendencies = JsonProtocolUnmarshaller
.defaultProtocolUnmarshallDependencies();

ProtocolBehavior(AwsJsonProtocol protocol) {
this.protocol = protocol;
Expand Down

0 comments on commit 17a13f0

Please sign in to comment.