Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html
index 4114d3436c..45fd685209 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/concurrent/ISynchronizer.html
@@ -100,9 +100,9 @@ Interface ISynchronizer&lt;RESULT&gt;</H2>
</PRE>
<P>
-Synchronizes a producer and a consumer thread letting the producer pass a value to the consumer. Both producer and
- consumer must have access to this <A HREF="../../../../../org/eclipse/net4j/util/concurrent/ISynchronizer.html" title="interface in org.eclipse.net4j.util.concurrent"><CODE>ISynchronizer</CODE></A> and there must only ever exist one consumer for it. Once the
- result value is consumed by the consumer this <A HREF="../../../../../org/eclipse/net4j/util/concurrent/ISynchronizer.html" title="interface in org.eclipse.net4j.util.concurrent"><CODE>ISynchronizer</CODE></A> must not be reused.
+Synchronizes a producer and a consumer thread letting the producer pass a value to the consumer. Both producer and
+ consumer must have access to this <A HREF="../../../../../org/eclipse/net4j/util/concurrent/ISynchronizer.html" title="interface in org.eclipse.net4j.util.concurrent"><CODE>ISynchronizer</CODE></A> and there must only ever exist one consumer for it. Once the
+ result value is consumed by the consumer this <A HREF="../../../../../org/eclipse/net4j/util/concurrent/ISynchronizer.html" title="interface in org.eclipse.net4j.util.concurrent"><CODE>ISynchronizer</CODE></A> must not be reused.
<p>
<P>

Back to the top