aboutsummaryrefslogtreecommitdiff
path: root/src/test/kotlin
diff options
context:
space:
mode:
authortherealbush <therealbush@users.noreply.github.com>2022-04-23 15:32:41 -0700
committertherealbush <therealbush@users.noreply.github.com>2022-04-23 15:32:41 -0700
commitadc29fb685307385cfa9ebb813ad2bfb18bb7776 (patch)
tree59b27215bb4c0db457f321d030fef9ba0c55b7fc /src/test/kotlin
parentc12696bd528e891b9da126d3b92f3db089b4b6e6 (diff)
downloadeventbus-kotlin-adc29fb685307385cfa9ebb813ad2bfb18bb7776.tar.gz
eventbus-kotlin-adc29fb685307385cfa9ebb813ad2bfb18bb7776.tar.bz2
eventbus-kotlin-adc29fb685307385cfa9ebb813ad2bfb18bb7776.zip
updated links
Diffstat (limited to 'src/test/kotlin')
-rw-r--r--src/test/kotlin/KotlinTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/kotlin/KotlinTest.kt b/src/test/kotlin/KotlinTest.kt
index 136e7c8..cddf538 100644
--- a/src/test/kotlin/KotlinTest.kt
+++ b/src/test/kotlin/KotlinTest.kt
@@ -235,7 +235,7 @@ class KotlinTest {
eventBus.unsubscribe(this)
}
- var called = false
+ private var called = false
@EventListener
val annotation = listener<Unit> {