mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
updated typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user