mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ListItemに空のコンストラクタを追加
This commit is contained in:
parent
f9f07972ac
commit
a6ee0c12f4
|
@ -20,6 +20,10 @@ public class ListItem {
|
||||||
this.itemId = itemId;
|
this.itemId = itemId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ListItem() {
|
||||||
|
// Empty constructor
|
||||||
|
}
|
||||||
|
|
||||||
// Getter
|
// Getter
|
||||||
|
|
||||||
public String getTitle() {
|
public String getTitle() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user