From 301c2ec0e211bc52e1d15860862aad306a4f5cdc Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 28 Apr 2020 19:29:09 +0100 Subject: [PATCH] make I2PSession visible --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 74972612..9ca8a284 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -113,7 +113,7 @@ public class Core { final Properties i2pOptions final MuWireSettings muOptions - private final I2PSession i2pSession; + final I2PSession i2pSession; final TrustService trustService final TrustSubscriber trustSubscriber private final PersisterService persisterService