Canteen List Updated
This commit is contained in:
@@ -12,7 +12,7 @@ import java.io.Serializable;
|
|||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
|
||||||
public class Canteens implements Serializable, Iterable<Canteen> {
|
public class Canteens implements Serializable, Iterable<Canteen> {
|
||||||
public static final int[] availableCanteens = {27, 28, 42};
|
public static final int[] availableCanteens = {27, 42, 813, 810, 811, 812, 821};
|
||||||
private static final String FILE_NAME = "CanteensSaving";
|
private static final String FILE_NAME = "CanteensSaving";
|
||||||
private SortedListCanteen list = new SortedListCanteen();
|
private SortedListCanteen list = new SortedListCanteen();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user