| # | Line 219 | Line 219 | public class MainWin extends JFrame impl | |
|---|---|---|
| 219 | if (!RuntimeOptions.isOfflineMode() | |
| 220 | && !RuntimeOptions.isNoCacheUpdateMode()) { | |
| 221 | long start = new Date().getTime(); | |
| 222 | < | |
| 223 | < | if ((hasUpdated = DepotManager.getInstance().updateInformation())) { |
| 224 | < | DepotManager.getInstance().saveToCacheFile( |
| 225 | < | Paths.getDepotCacheFilename()); |
| 226 | < | } |
| 227 | < | |
| 222 | > | hasUpdated = DepotManager.getInstance().updateInformation(); |
| 223 | System.out.println("Took: " + (new Date().getTime() - start) | |
| 224 | + " msec"); | |
| 225 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |