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/HttpProtocolTestGenerator.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public final class HttpProtocolTestGenerator implements Runnable {
100
100
101
101
privateTypeScriptWriterwriter;
102
102
103
-
HttpProtocolTestGenerator(
103
+
publicHttpProtocolTestGenerator(
104
104
GenerationContextcontext,
105
105
ProtocolGeneratorprotocolGenerator,
106
106
TestFiltertestFilter
@@ -116,7 +116,7 @@ public final class HttpProtocolTestGenerator implements Runnable {
0 commit comments