Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-12-12 10:41:48 +0000
committerEike Stepper2015-12-12 10:41:48 +0000
commitf126bf8eb27a0786cd08ecb7daf7bd374381db83 (patch)
treed63ade48e7080fec739392eb66691d54375cb859
parent2cb93d4c776f1181eb51457c9dd7e71da531d448 (diff)
downloadcdo-f126bf8eb27a0786cd08ecb7daf7bd374381db83.tar.gz
cdo-f126bf8eb27a0786cd08ecb7daf7bd374381db83.tar.xz
cdo-f126bf8eb27a0786cd08ecb7daf7bd374381db83.zip
[Releng] Enhance Javadoc of SignalProtocol.setTimeout()
-rw-r--r--plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalProtocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalProtocol.java b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalProtocol.java
index 9a69d5d11d..7dd0aef563 100644
--- a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalProtocol.java
+++ b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalProtocol.java
@@ -120,8 +120,8 @@ public class SignalProtocol<INFRA_STRUCTURE> extends Protocol<INFRA_STRUCTURE>
* Update the timeout used for signal end of stream waiting time.
*
* @param timeout the new timeout
- * @param useOldTimeoutToSendNewOne true to use the old timeout, false to use the new specified one to sent to server side the new specified timeout
- * @return true if the new specified timeout has correctly been sent
+ * @param useOldTimeoutToSendNewOne <code>true</code> to use the old timeout, <code>false</code> to use the new specified one to sent to server side the new specified timeout
+ * @return <code>true</code> if the new specified timeout has correctly been sent
*
* NOTE: this second parameter is useful mostly for test to be able to set a to small timeout
* @since 4.4

Back to the top