Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-02 17:40:40 +0000
committerEike Stepper2011-09-02 17:40:40 +0000
commit39e55d340b79a835ec815ea688d8f3011506a935 (patch)
tree561a25786c263a84b30fd6023ac90096a568f243 /plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html
parent43e934e2b6d9df9b72eb229da769ee8954079c61 (diff)
downloadcdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.gz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.xz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.zip
update javadoc to juno
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html
index 0c5d567fa0..5f12be3d8b 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/signal/Signal.html
@@ -251,7 +251,7 @@ Class Signal</H2>
<TD><CODE><B><A HREF="../../../../org/eclipse/net4j/signal/Signal.html#getID()">getID</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the short integer ID of this signal that is unique among all signals of the associated
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the short integer ID of this signal that is unique among all signals of the associated
<A HREF="../../../../org/eclipse/net4j/signal/Signal.html#getProtocol()"><CODE>protocol</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -353,7 +353,7 @@ public <B>Signal</B>(<A HREF="../../../../org/eclipse/net4j/signal/SignalProtoco
short&nbsp;id,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
-<DD>Both implementation classes of a logical signal must have the same signalID. The signalID of a user signals must be
+<DD>Both implementation classes of a logical signal must have the same signalID. The signalID of a user signals must be
equal to or greater than zero.
<P>
<DL>
@@ -417,7 +417,7 @@ getID</H3>
<PRE>
public final short <B>getID</B>()</PRE>
<DL>
-<DD>Returns the short integer ID of this signal that is unique among all signals of the associated
+<DD>Returns the short integer ID of this signal that is unique among all signals of the associated
<A HREF="../../../../org/eclipse/net4j/signal/Signal.html#getProtocol()"><CODE>protocol</CODE></A>.
<P>
<DD><DL>

Back to the top