Skip to content

Commit 06c0666

Browse files
committed
remove stray deprecation tag
1 parent 9401a92 commit 06c0666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ && getDependencies().stream().noneMatch(dep -> dep.getPackageName().equals(packa
186186
* @param from PackageContainer to import the type from.
187187
* @return Returns the writer.
188188
*/
189-
@Deprecated
190189
public TypeScriptWriter addImport(String name, String as, PackageContainer from) {
191190
if (from instanceof Dependency) {
192191
addDependency((Dependency) from);

0 commit comments

Comments
 (0)