diff options
author | jestin | 2000-08-16 18:08:32 +0000 |
---|---|---|
committer | jestin | 2000-08-16 18:08:32 +0000 |
commit | f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070 (patch) | |
tree | c14d3537881721e3bd72238d198a7705cef0b374 /src/Ivy.java | |
parent | bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3 (diff) | |
download | ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.zip ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.gz ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.bz2 ivy-java-f08ed205ef6ba7ca690391dd5ef0dc71ee6b9070.tar.xz |
Bugfixes, comments, et al.
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 { |