mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-13 09:48:47 +00:00
updated typo
This commit is contained in:
parent
56ab66a3fc
commit
2b6af43cef
@ -87,12 +87,10 @@ public class List {
|
||||
this.uiPosition = uiPosition;
|
||||
|
||||
public ItemEntry[] getEntries() {
|
||||
//return entries.toArray(new ItemEntry[entries.size()]);
|
||||
return;
|
||||
return entries.toArray(new ItemEntry[entries.size()]);
|
||||
}
|
||||
|
||||
public void addItemEntry(ItemEntry entry) {
|
||||
//entries.add(entry);
|
||||
return;
|
||||
entries.add(entry);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user