ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/HTTPFileDownloader/src/net/oni2/httpfiledownloader/FileDownloader.java
(Generate patch)

Comparing java/HTTPFileDownloader/src/net/oni2/httpfiledownloader/FileDownloader.java (file contents):
Revision 741 by alloc, Sun Mar 24 16:09:44 2013 UTC vs.
Revision 786 by alloc, Wed Apr 3 23:46:31 2013 UTC

# Line 86 | Line 86 | public class FileDownloader implements R
86           */
87          public synchronized void start() {
88                  if (t == null) {
89 +                        state = EState.RUNNING;
90                          t = new Thread(this);
91                          t.start();
91                        state = EState.RUNNING;
92                  }
93          }
94  

Diff Legend

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