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/DirectedTypeScriptCodegen.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public TypeScriptCodegenContext createContext(CreateContextDirective<TypeScriptS
103
103
});
104
104
105
105
directive.integrations().forEach(integration -> {
106
-
LOGGER.info(() -> "Mutating plugins from TypeScriptIntegration: " + integration.getClass().getName());
106
+
LOGGER.info(() -> "Mutating plugins from TypeScriptIntegration: " + integration.name());
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServiceBareBonesClientGenerator.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/auth/http/integration/AddHttpAuthSchemePlugin.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/test/java/software/amazon/smithy/typescript/codegen/integration/AddHttpApiKeyAuthPluginTest.java
+7-5
Original file line number
Diff line number
Diff line change
@@ -32,20 +32,20 @@ public class AddHttpApiKeyAuthPluginTest {
0 commit comments