ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 857 by alloc, Fri May 3 21:52:50 2013 UTC vs.
Revision 858 by alloc, Fri May 3 22:04:32 2013 UTC

# 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                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)