📄 Update filenames in file headers
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / freenet / wot / WebOfTrustPingerTest.kt
index cbd9172..7ad9c94 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustPinger.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustPingerTest.kt - Copyright Â© 2019 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
@@ -105,14 +105,14 @@ class WebOfTrustPingerTest {
 
 private class WebOfTrustAppearedCatcher(private val received: () -> Unit) {
        @Subscribe
-       fun webOfTrustAppeared(webOfTrustAppeared: WebOfTrustAppeared) {
+       fun webOfTrustAppeared(@Suppress("UNUSED_PARAMETER") webOfTrustAppeared: WebOfTrustAppeared) {
                received()
        }
 }
 
 private class WebOfTrustDisappearedCatcher(private val received: () -> Unit) {
        @Subscribe
-       fun webOfTrustDisappeared(webOfTrustDisappeared: WebOfTrustDisappeared) {
+       fun webOfTrustDisappeared(@Suppress("UNUSED_PARAMETER") webOfTrustDisappeared: WebOfTrustDisappeared) {
                received()
        }
 }