diff --git a/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt b/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt index c2f9d4e9f1a..81376445a23 100644 --- a/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt +++ b/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt @@ -128,7 +128,7 @@ class CompiledPackagePart( class RmiFriendlyCompilationCanceledException : Exception(), Serializable { companion object { - private val serialVersionUID: Long = - 8228357578L // just a random number, but should never be changed to avoid deserialization problems + // just a random number, but should never be changed to avoid deserialization problems + private val serialVersionUID: Long = 8228357578L } }