Ignore:
Timestamp:
Apr 4, 2013, 1:46:31 AM (12 years ago)
Author:
alloc
Message:

AEI2.01:

  • Fix for another thread related to downloads
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/HTTPFileDownloader/src/net/oni2/httpfiledownloader/FileDownloader.java

    r741 r786  
    8787        public synchronized void start() {
    8888                if (t == null) {
     89                        state = EState.RUNNING;
    8990                        t = new Thread(this);
    9091                        t.start();
    91                         state = EState.RUNNING;
    9292                }
    9393        }
Note: See TracChangeset for help on using the changeset viewer.