We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd0d3e commit 70d1b71Copy full SHA for 70d1b71
src/main/kotlin/com/lambda/interaction/construction/simulation/ISimInfo.kt
@@ -98,9 +98,7 @@ data class SimInfo(
98
override val pov: Vec3d,
99
override val concurrentResults: MutableSet<BuildResult>,
100
override val dependencyStack: Stack<Dependable>,
101
- val automated: Automated
102
-) : ISimInfo, Automated by automated {
103
-
104
-}
+ private val automated: Automated
+) : ISimInfo, Automated by automated
105
106
class SimBuilder(simInfo: ISimInfo) : ISimInfo by simInfo
0 commit comments