diff options
author | therealbush <therealbush@users.noreply.github.com> | 2022-04-23 15:32:41 -0700 |
---|---|---|
committer | therealbush <therealbush@users.noreply.github.com> | 2022-04-23 15:32:41 -0700 |
commit | adc29fb685307385cfa9ebb813ad2bfb18bb7776 (patch) | |
tree | 59b27215bb4c0db457f321d030fef9ba0c55b7fc /src/test/kotlin | |
parent | c12696bd528e891b9da126d3b92f3db089b4b6e6 (diff) | |
download | eventbus-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.kt | 2 |
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> { |