Ignore:
Timestamp:
Jan 15, 2013, 3:28:53 AM (12 years ago)
Author:
alloc
Message:

AEI2:

  • Sanitizing level file names for MacOS (level*_Final.#)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/network/FileDownloader.java

    r605 r619  
    122122                                        t.join();
    123123                                } catch (InterruptedException e) {
    124                                         // TODO Auto-generated catch block
    125124                                        e.printStackTrace();
    126125                                }
     
    150149                        outFile = new RandomAccessFile(target, "rw");
    151150                } catch (FileNotFoundException e1) {
    152                         // TODO Auto-generated catch block
    153151                        e1.printStackTrace();
    154152                        state = EState.ERROR;
Note: See TracChangeset for help on using the changeset viewer.