Skip to content

Commit a78799f

Browse files
committed
Fix javadoc for CodegenDirector.simplifyModelForServiceCodegen
This was missed in #1370
1 parent 014599e commit a78799f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/CodegenDirector.java

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public final class CodegenDirector<
8181
* <ul>
8282
* <li>Flattens error hierarchies onto every operation.</li>
8383
* <li>Flattens mixins</li>
84-
* <li>Converts enum strings to enum shapes.</li>
8584
* </ul>
8685
*
8786
* <p><em>Note</em>: This transform is applied automatically by a code

0 commit comments

Comments
 (0)