| # | Line 87 | Line 87 | public class IndexMaker { | |
|---|---|---|
| 87 | ||
| 88 | // Override this method for customised index pages. | |
| 89 | private static void makeCustomContents(BufferedWriter bw, LinkedList list) throws IOException{ | |
| 90 | < | IscreamLayout.printMachines(bw, list); |
| 90 | > | IscreamLayout.printAllMachines(bw, list); |
| 91 | } | |
| 92 | ||
| 93 | //---ACCESSOR/MUTATOR METHODS--- | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |