Skip to content

Commit d3dfb51

Browse files
committed
address feedbacks
1 parent a1274de commit d3dfb51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ private void renderErrorStructure() {
187187
writer.writeShapeDocs(shape);
188188

189189
writer.addImport("ResponseMetadata", "__ResponseMetadata", "@aws-sdk/types");
190-
// Find symbol references with the "extends" property, and add SmithyException.
191190
writer.addImport("ServiceException", "__ServiceException", "@aws-sdk/smithy-client");
192191

193192
writer.openBlock("export interface $L extends __ServiceException {", symbol.getName());

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/AddBaseExceptionClassExport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)