| # | Line 19 | Line 19 | public class DepotPackageCheck { | |
|---|---|---|
| 19 | */ | |
| 20 | public static void main(String[] args) { | |
| 21 | System.out.println("Reading Depot data:"); | |
| 22 | < | DepotManager.getInstance().updateInformation(false); |
| 22 | > | DepotManager.getInstance().updateInformation(); |
| 23 | System.out.println("\nReading done"); | |
| 24 | System.out.println(); | |
| 25 | DepotManager.getInstance().printStats(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |