Changeset 858 for java/installer2/src/net/oni2/aeinstaller
- Timestamp:
- May 4, 2013, 12:04:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r857 r858 220 220 && !RuntimeOptions.isNoCacheUpdateMode()) { 221 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(); 228 223 System.out.println("Took: " + (new Date().getTime() - start) 229 224 + " msec");
Note:
See TracChangeset
for help on using the changeset viewer.