Name the UpdateInfoFetcher thread.

This commit is contained in:
Kevin Ruland 2012-08-24 20:19:01 +00:00
parent 6b364710dd
commit f1e528d11f

View File

@ -28,6 +28,7 @@ public class UpdateInfoRetriever {
*/
public void start() {
fetcher = new UpdateInfoFetcher();
fetcher.setName("UpdateInfoFetcher");
fetcher.setDaemon(true);
fetcher.start();
}