Name the UpdateInfoFetcher thread.
This commit is contained in:
parent
6b364710dd
commit
f1e528d11f
@ -28,6 +28,7 @@ public class UpdateInfoRetriever {
|
|||||||
*/
|
*/
|
||||||
public void start() {
|
public void start() {
|
||||||
fetcher = new UpdateInfoFetcher();
|
fetcher = new UpdateInfoFetcher();
|
||||||
|
fetcher.setName("UpdateInfoFetcher");
|
||||||
fetcher.setDaemon(true);
|
fetcher.setDaemon(true);
|
||||||
fetcher.start();
|
fetcher.start();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user