made static hashSphere public

This commit is contained in:
Dave
2014-12-21 00:32:43 +02:00
parent 30c90b123c
commit ffe8531824

View File

@@ -40,7 +40,7 @@ import nodash.models.NoSession.NoState;
public final class NoCore { public final class NoCore {
public static NoConfig config; public static NoConfig config;
private static NoHashSphereInterface hashSphere; public static NoHashSphereInterface hashSphere;
public static void setup(NoHashSphereInterface hashSphere) { public static void setup(NoHashSphereInterface hashSphere) {
File configFile = new File(NoConfig.CONFIG_FILENAME); File configFile = new File(NoConfig.CONFIG_FILENAME);