From cad3946d3e415e412352fba41a657f6ebd890da4 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 1 Nov 2020 07:02:05 +0000 Subject: [PATCH] fix event --- .../com/muwire/core/collections/CollectionFetchedEvent.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/collections/CollectionFetchedEvent.groovy b/core/src/main/groovy/com/muwire/core/collections/CollectionFetchedEvent.groovy index 5f652b99..29b2d743 100644 --- a/core/src/main/groovy/com/muwire/core/collections/CollectionFetchedEvent.groovy +++ b/core/src/main/groovy/com/muwire/core/collections/CollectionFetchedEvent.groovy @@ -1,8 +1,9 @@ package com.muwire.core.collections +import com.muwire.core.Event import com.muwire.core.InfoHash -class CollectionFetchedEvent { +class CollectionFetchedEvent extends Event { FileCollection collection UUID uuid InfoHash infoHash