ListShare compiling

Make ListShare compile again
This commit is contained in:
NMerz
2020-11-29 14:06:02 -05:00
parent b81f3b3fd6
commit bede2fc1a0
6 changed files with 6 additions and 85 deletions

View File

@@ -85,9 +85,6 @@ public class List {
public void setUiPosition(Integer uiPosition) {
this.uiPosition = uiPosition;
public ItemEntry[] getEntries() {
return entries.toArray(new ItemEntry[entries.size()]);
}
public void addItemEntry(ItemEntry entry) {