| # | Line 23 | Line 23 | public class ReportPage { | |
|---|---|---|
| 23 | ||
| 24 | public ReportPage(String location, String description, int type){ | |
| 25 | ||
| 26 | < | if (type < 0 || type > 3){ |
| 26 | > | if (type < HOUR || type > MONTH){ |
| 27 | System.out.println("Could not add the page."); | |
| 28 | } | |
| 29 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |