Fixed visibility for making memory-based storage

This commit is contained in:
nathan 2020-06-06 15:48:29 +02:00
parent 5e96375ddc
commit fca158fef3

View File

@ -291,7 +291,7 @@ class StorageSystem {
* Builds the storage system * Builds the storage system
*/ */
public public
MemoryStorage build() { Storage build() {
return new MemoryStorage(); return new MemoryStorage();
} }
} }