Skip to content

Commit c81c51b

Browse files
author
Ed Paulosky
authored
Exposes model property in CodegenVisitor (#477)
1 parent bcf9c99 commit c81c51b

File tree

1 file changed

+1
-1
lines changed
  • smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen

1 file changed

+1
-1
lines changed

smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/CodegenVisitor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CodegenVisitor(context: PluginContext) : ShapeVisitor.Default<Void>() {
3535

3636
private val LOGGER = Logger.getLogger(javaClass.name)
3737
private val settings: SwiftSettings = SwiftSettings.from(context.model, context.settings)
38-
private val model: Model
38+
val model: Model
3939
private val service: ServiceShape
4040
private val fileManifest: FileManifest = context.fileManifest
4141
private val symbolProvider: SymbolProvider

0 commit comments

Comments
 (0)