| # | Line 193 | Line 193 | public class MainWin extends JFrame impl | |
|---|---|---|
| 193 | long start = new Date().getTime(); | |
| 194 | ||
| 195 | try { | |
| 196 | < | DepotManager.getInstance().updateInformation(false); |
| 196 | > | DepotManager.getInstance().updateInformation(); |
| 197 | } catch (Exception e) { | |
| 198 | e.printStackTrace(); | |
| 199 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |