aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt')
-rw-r--r--kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt b/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt
index d2d61d34..66bb904f 100644
--- a/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt
+++ b/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfoImpl.kt
@@ -49,9 +49,9 @@ internal class DebugCoroutineInfoImpl internal constructor(
* How many consecutive unmatched 'updateState(RESUMED)' this object has received.
* It can be `> 1` in two cases:
*
- * * The coroutine is finishing and its state is being unrolled in BaseContinuationImpl, see comment to DebugProbesImpl#callerInfoCache
+ * - The coroutine is finishing and its state is being unrolled in BaseContinuationImpl, see comment to DebugProbesImpl#callerInfoCache
* Such resumes are not expected to be matched and are ignored.
- * * We encountered suspend-resume race explained above, and we do wait for a match.
+ * - We encountered suspend-resume race explained above, and we do wait for a match.
*/
private var unmatchedResume = 0