From ffe85318246818c1cf7cc2fc58d40dd019cd4ffe Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 21 Dec 2014 00:32:43 +0200 Subject: [PATCH] made static hashSphere public --- src/nodash/core/NoCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodash/core/NoCore.java b/src/nodash/core/NoCore.java index c5ed510..eb5384c 100644 --- a/src/nodash/core/NoCore.java +++ b/src/nodash/core/NoCore.java @@ -40,7 +40,7 @@ import nodash.models.NoSession.NoState; public final class NoCore { public static NoConfig config; - private static NoHashSphereInterface hashSphere; + public static NoHashSphereInterface hashSphere; public static void setup(NoHashSphereInterface hashSphere) { File configFile = new File(NoConfig.CONFIG_FILENAME);