Massive refactoring and fixed the client

This commit is contained in:
Josh Larson
2017-03-15 02:17:30 -05:00
parent d55a668b4e
commit e6c7bb6759
102 changed files with 1023 additions and 6132 deletions
@@ -50,7 +50,6 @@ public class LightweightDataManager implements DataManager {
if (initialized.getAndSet(true))
return;
setupConfigs();
Log.start();
}
public synchronized void terminate() {