Fix test class

This commit is contained in:
chimp1984 2020-10-02 17:04:32 -05:00
parent c9cd58a378
commit 6693a03f96
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -67,4 +67,8 @@ public class MapStoreServiceFake extends MapStoreService {
protected void readFromResources(String postFix) {
// do nothing. This Fake only supports in-memory storage.
}
@Override
protected void initializePersistenceManager() {
}
}