File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
thrifty-schema/src/main/kotlin/com/bendb/thrifty/schema/render Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,6 @@ package com.bendb.thrifty.schema.render
2929 * space of the source file).
3030 * @property relative a flag indicating whether or not this [path] is a relative path.
3131 */
32+ @ConsistentCopyVisibility
3233data class Include
3334internal constructor (val path: String , internal val namespace: String , val relative: Boolean )
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import java.io.File
3333 * @property includes any includes this file declares.
3434 * @property schema the [Schema] of elements contained within this file.
3535 */
36+ @ConsistentCopyVisibility
3637data class ThriftSpec
3738internal constructor (
3839 val filePath: String ,
You can’t perform that action at this time.
0 commit comments