Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.net4j/src/org/eclipse/net4j/channel/IChannel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/channel/IChannel.java b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/channel/IChannel.java
index 59b5df7c14..86b103abfb 100644
--- a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/channel/IChannel.java
+++ b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/channel/IChannel.java
@@ -21,7 +21,7 @@ import org.eclipse.net4j.util.event.INotifier;
* connection. The underlying physical connection is represented by a {@link IConnector}.
* <p>
* This interface is <b>not</b> intended to be implemented by clients. Providers of channels (for example for new
- * physical connection types) have to subclass
+ * physical connection types) have to extend/subclass
* {@link org.eclipse.internal.net4j.channel.InternalChannel InternalChannel}.
* <p>
* <dt><b>Class Diagram:</b></dt>

Back to the top