| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |