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