Skip to content

Commit b4c12c2

Browse files
committed
0.9.94
1 parent 55e3403 commit b4c12c2

File tree

1 file changed

+2
-2
lines changed
  • project/jimmer-client/src/test/kotlin/org/babyfish/jimmer/client/kotlin/model

1 file changed

+2
-2
lines changed

project/jimmer-client/src/test/kotlin/org/babyfish/jimmer/client/kotlin/model/GisRegionView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public open class GisRegionView(
3535
base.right,
3636
base.bottom)
3737

38-
override fun toImmutable(): GisRegion = new(GisRegion::class).by(null,
39-
this@GisRegionView::toImmutableImpl)
38+
override fun toImmutable(): GisRegion = new(GisRegion::class)
39+
.by(null, false, this@GisRegionView::toImmutableImpl)
4040

4141
public fun toImmutable(block: GisRegionDraft.() -> Unit): GisRegion = new(GisRegion::class).by {
4242
toImmutableImpl(this)

0 commit comments

Comments
 (0)