Add getter for model
This commit is contained in:
parent
aa3f4a1b1f
commit
c96138ed6e
|
@ -64,4 +64,9 @@ public abstract class AbstractDownload implements Download {
|
||||||
strategy.init(settings);
|
strategy.init(settings);
|
||||||
return strategy;
|
return strategy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Model getModel() {
|
||||||
|
return model;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue