refactor(Instance.java): add the thumbnail parameter back
This commit is contained in:
@@ -50,6 +50,12 @@ public abstract class Instance extends BaseModel{
|
|||||||
/** like uri, but always without scheme and trailing slash */
|
/** like uri, but always without scheme and trailing slash */
|
||||||
public transient String normalizedUri;
|
public transient String normalizedUri;
|
||||||
|
|
||||||
|
// MOSHIDON: Thumbnails
|
||||||
|
/**
|
||||||
|
* Banner image for the website.
|
||||||
|
*/
|
||||||
|
public String thumbnail;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void postprocess() throws ObjectValidationException{
|
public void postprocess() throws ObjectValidationException{
|
||||||
super.postprocess();
|
super.postprocess();
|
||||||
|
|||||||
Reference in New Issue
Block a user