diff options
Diffstat (limited to 'src/Ivy.java')
-rwxr-xr-x | src/Ivy.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ivy.java b/src/Ivy.java index 5b423eb..f7511ba 100755 --- a/src/Ivy.java +++ b/src/Ivy.java @@ -99,6 +99,8 @@ public class Ivy implements Runnable, IvyApplicationListener { /** * disconnects from the Ivy bus. + * TODO is there a bug here ? There is still a thread running and a + * standalone application won't quit here. */ public void stop() { try { |