Skip to content

Commit 77617d4

Browse files
Make http protocol test generator contructors public
1 parent 09b9956 commit 77617d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/HttpProtocolTestGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public final class HttpProtocolTestGenerator implements Runnable {
100100

101101
private TypeScriptWriter writer;
102102

103-
HttpProtocolTestGenerator(
103+
public HttpProtocolTestGenerator(
104104
GenerationContext context,
105105
ProtocolGenerator protocolGenerator,
106106
TestFilter testFilter
@@ -116,7 +116,7 @@ public final class HttpProtocolTestGenerator implements Runnable {
116116
this.context = context;
117117
}
118118

119-
HttpProtocolTestGenerator(
119+
public HttpProtocolTestGenerator(
120120
GenerationContext context,
121121
ProtocolGenerator protocolGenerator
122122
) {

0 commit comments

Comments
 (0)