aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-02-18 15:28:00 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-02-18 15:28:00 +0300
commit6d1a6e36e799db8ccc1dce2a252cc7fb16065656 (patch)
tree6775b212ca93380565ae27071d39e47e5f0b0b8d /kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
parentbf9509da7a0eff08e489555254d9662f2cc1894f (diff)
downloadplatform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.tar.gz
platform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.tar.bz2
platform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.zip
Update copyright year
Diffstat (limited to 'kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt')
-rw-r--r--kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt b/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
index 9c9931c9..f5c5c24b 100644
--- a/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
+++ b/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
@file:Suppress("UNCHECKED_CAST")
@@ -213,4 +213,4 @@ internal actual typealias StackTraceElement = java.lang.StackTraceElement
internal actual fun Throwable.initCause(cause: Throwable) {
// Resolved to member, verified by test
initCause(cause)
-} \ No newline at end of file
+}