mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-12 19:20:49 +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…
x
Reference in New Issue
Block a user