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