You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpRpcProtocolGenerator.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,11 +153,6 @@ public void generateResponseSerializers(GenerationContext context) {
153
153
LOGGER.warning("Response serialization is not currently supported for RPC protocols.");
154
154
}
155
155
156
-
@Override
157
-
publicvoidgenerateMux(GenerationContextcontext) {
158
-
LOGGER.warning("Router generation is not currently supported for RPC protocols.");
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/ProtocolGenerator.java
0 commit comments