mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
Change syntax in Kernel.toString() so Id is properly filtered out in exceptions by tests
(cherry picked from commit 565ce04db67d98e6a19e7f2a071590400ff0a8fe) IJ-CR-156046 GitOrigin-RevId: 83b1ff5748a25c01db5206c8589ffdeed0376d05
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4063a22de5
commit
003b9d8295
@@ -468,7 +468,7 @@ suspend fun <T> withTransactor(
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "Kernel($kernelId)"
|
||||
return "Kernel@$kernelId"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user