jps, daemon: (minor) formatting

This commit is contained in:
Sergey Rostov
2018-06-07 11:06:58 +03:00
parent e831964871
commit 80ed963f97
@@ -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
}
}