Changeset 619 for AE/installer2/src/net/oni2/aeinstaller/backend/network
- Timestamp:
- Jan 15, 2013, 3:28:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/network/FileDownloader.java
r605 r619 122 122 t.join(); 123 123 } catch (InterruptedException e) { 124 // TODO Auto-generated catch block125 124 e.printStackTrace(); 126 125 } … … 150 149 outFile = new RandomAccessFile(target, "rw"); 151 150 } catch (FileNotFoundException e1) { 152 // TODO Auto-generated catch block153 151 e1.printStackTrace(); 154 152 state = EState.ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.