Skip to content

Commit 3c2fced

Browse files
Steven Yuansyall
authored andcommitted
feat(experimentalIdentityAndAuth): make normalizeAuthSchemeName() public
1 parent 0e4fafc commit 3c2fced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/auth/http/HttpAuthSchemeProviderGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private void generateHttpAuthOptionFunction(
330330
w.popState();
331331
}
332332

333-
private static String normalizeAuthSchemeName(ShapeId shapeId) {
333+
public static String normalizeAuthSchemeName(ShapeId shapeId) {
334334
return String.join("", Arrays
335335
.asList(shapeId.toString().split("[.#]"))
336336
.stream().map(StringUtils::capitalize)

0 commit comments

Comments
 (0)