From ea954cf824f575a586af5174b53514ca9822fe02 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 24 May 2019 13:59:58 +0100 Subject: [PATCH] SearchEvent is an Event --- core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy index 4e6023f5..d88d8171 100644 --- a/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy +++ b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy @@ -1,8 +1,10 @@ package com.muwire.core.search +import com.muwire.core.Event + import net.i2p.data.Destination -class QueryEvent { +class QueryEvent extends Event { SearchEvent searchEvent boolean firstHop