missed file

This commit is contained in:
nathan 2014-09-16 11:54:57 +02:00
parent 99038b3467
commit deb1e82b90
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ import dorkbox.network.util.store.SettingsStore;
import dorkbox.util.bytes.ByteArrayWrapper;
import dorkbox.util.properties.PropertiesProvider;
import dorkbox.util.storage.Storage;
import dorkbox.util.storage.StorageWrap;
/**
* The property store is the DEFAULT type of store for the network stack.
@ -75,7 +74,7 @@ class PropertyStore extends SettingsStore {
private static final String SETTINGS_FILE_NAME = "settings.db";
private String name;
private final StorageWrap storage;
private final Storage storage;
private Props props = new Props();