mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 14:55:53 -04:00
Make PresentationModel abstract
This commit is contained in:
parent
100ee01fda
commit
de82cfb1d6
@ -20,7 +20,7 @@ package io.bitsquare.gui;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class PresentationModel<T extends UIModel> {
|
||||
public abstract class PresentationModel<T extends UIModel> {
|
||||
private static final Logger log = LoggerFactory.getLogger(PresentationModel.class);
|
||||
|
||||
protected T model;
|
||||
|
Loading…
x
Reference in New Issue
Block a user