aboutsummaryrefslogtreecommitdiff
path: root/src/BindType.java
diff options
context:
space:
mode:
authorjestin2012-05-13 08:54:38 +0000
committerjestin2012-05-13 08:54:38 +0000
commite854a58a81ec90e419a4b3effa5a83caac05df90 (patch)
tree16eb84a66b62ff38e744c8cd474df81561436b9f /src/BindType.java
parent4ffe8b84071babe544086f94c66431380d301d59 (diff)
downloadivy-java-e854a58a81ec90e419a4b3effa5a83caac05df90.zip
ivy-java-e854a58a81ec90e419a4b3effa5a83caac05df90.tar.gz
ivy-java-e854a58a81ec90e419a4b3effa5a83caac05df90.tar.bz2
ivy-java-e854a58a81ec90e419a4b3effa5a83caac05df90.tar.xz
Modified the tests to remove bus.getDomain(null)
make Waiter and WaiterClient sons of WaitFor Added a few tests into svn
Diffstat (limited to 'src/BindType.java')
-rw-r--r--src/BindType.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/BindType.java b/src/BindType.java
index 6784725..428bbd5 100644
--- a/src/BindType.java
+++ b/src/BindType.java
@@ -1,8 +1,7 @@
/**
- * Ivy software bus package Enum helper utility, used to choose whether the
- * callbacks will be performed in the same thread of the ivy protocol
- * handling, or in the the Swing Thread, or in a newly created thread.
- * @see Ivy.bindAsyncMsg
+ * Ivy software bus package Enum helper utility, used from {@link Ivy.bindAsyncMsg} to choose whether the
+ * callbacks will be performed either in the same thread of the ivy protocol * handling, or in the the Swing Thread, or in a newly created thread.
+ *
*
* @author Yannick Jestin <a
* href="mailto:yannick.jestin@enac.fr">yannick.jestin&enac.fr</a>