Remove persist method

This commit is contained in:
chimp1984 2020-10-01 18:55:32 -05:00
parent 2d91c268d0
commit 1e91b09f7d
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -18,7 +18,5 @@
package bisq.common.taskrunner;
public interface Model {
void persist();
void onComplete();
}