Skip to content

Commit 47ef13b

Browse files
privatize directed codegen
1 parent 6c70a32 commit 47ef13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/plugins/types/src/main/java/software/amazon/smithy/python/codegen/types/DirectedPythonTypeCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import software.amazon.smithy.python.codegen.integrations.PythonIntegration;
3939
import software.amazon.smithy.python.codegen.writer.PythonDelegator;
4040

41-
public class DirectedPythonTypeCodegen
41+
final class DirectedPythonTypeCodegen
4242
implements DirectedCodegen<GenerationContext, PythonSettings, PythonIntegration> {
4343
@Override
4444
public SymbolProvider createSymbolProvider(CreateSymbolProviderDirective<PythonSettings> directive) {

0 commit comments

Comments
 (0)