diff options
Diffstat (limited to 'src/SelfIvyClient.java')
-rw-r--r-- | src/SelfIvyClient.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SelfIvyClient.java b/src/SelfIvyClient.java index 2cfc016..1957124 100644 --- a/src/SelfIvyClient.java +++ b/src/SelfIvyClient.java @@ -191,6 +191,7 @@ public class SelfIvyClient extends IvyClient { args=a; t=new Thread(Runner.this); bus.registerThread(t); + t.setName("Ivy Runner Thread to execute an async callback"); t.start(); bus.unRegisterThread(t); } |