X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fmain%2FTickerShutdown.kt;h=de15cbeb07edb57d22cd5b3690b5144c0bfead82;hp=5f960504b7145306b53fec54e83ac9fdf9fe5725;hb=HEAD;hpb=47562abd9b9be05511954ebad829bb268057fd03 diff --git a/src/main/kotlin/net/pterodactylus/sone/main/TickerShutdown.kt b/src/main/kotlin/net/pterodactylus/sone/main/TickerShutdown.kt index 5f96050..de15cbe 100644 --- a/src/main/kotlin/net/pterodactylus/sone/main/TickerShutdown.kt +++ b/src/main/kotlin/net/pterodactylus/sone/main/TickerShutdown.kt @@ -1,5 +1,5 @@ /** - * Sone - TickerShutdown.kt - Copyright © 2019 David ‘Bombe’ Roden + * Sone - TickerShutdown.kt - Copyright © 2019–2020 David ‘Bombe’ Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ import javax.inject.* class TickerShutdown @Inject constructor(@Named("notification") private val notificationTicker: ScheduledExecutorService) { @Subscribe - fun shutdown(shutdown: Shutdown) { + fun shutdown(@Suppress("UNUSED_PARAMETER") shutdown: Shutdown) { notificationTicker.shutdown() }