Skip to content

Commit

Permalink
Fixed a timing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Jul 1, 2020
1 parent 1d70856 commit 9c43a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected void readFromResources(String postFix) {
});

// load our live data store again - ie to make sure our storage is indeed our live store
store = readStore(getFileName());
storage.initAndGetPersistedWithFileName(getFileName(), 10);
}

/**
Expand Down

0 comments on commit 9c43a2d

Please sign in to comment.