📄 Update year in file headers
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / ConfigNotReadHandler.kt
index 46961c0..6092311 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ConfigNotReadHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ConfigNotReadHandler.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
@@ -28,7 +28,7 @@ import javax.inject.*
 class ConfigNotReadHandler @Inject constructor(private val notificationManager: NotificationManager, @Named("configNotRead") private val notification: TemplateNotification) {
 
        @Subscribe
-       fun configNotRead(configNotRead: ConfigNotRead) {
+       fun configNotRead(@Suppress("UNUSED_PARAMETER") configNotRead: ConfigNotRead) {
                notificationManager.addNotification(notification)
        }