From 95297bffa2a0dba4a12c855e4fdd86a0bf6b1074 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Fri, 24 Aug 2012 20:19:01 +0000 Subject: [PATCH] Name the UpdateInfoFetcher thread. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@999 180e2498-e6e9-4542-8430-84ac67f01cd8 --- .../src/net/sf/openrocket/communication/UpdateInfoRetriever.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/net/sf/openrocket/communication/UpdateInfoRetriever.java b/core/src/net/sf/openrocket/communication/UpdateInfoRetriever.java index 017f6add..799c2a3d 100644 --- a/core/src/net/sf/openrocket/communication/UpdateInfoRetriever.java +++ b/core/src/net/sf/openrocket/communication/UpdateInfoRetriever.java @@ -28,6 +28,7 @@ public class UpdateInfoRetriever { */ public void start() { fetcher = new UpdateInfoFetcher(); + fetcher.setName("UpdateInfoFetcher"); fetcher.setDaemon(true); fetcher.start(); } -- 2.30.2