fix typo in javadoc

This commit is contained in:
tbcs 2016-08-12 20:06:10 +02:00 committed by Norman Maurer
parent abf5e9fda5
commit 1e333f5614

View File

@ -451,7 +451,7 @@ public class EmbeddedChannel extends AbstractChannel {
}
/**
* Ensure the {@link Channel} is open and of not throw an exception.
* Ensure the {@link Channel} is open and if not throw an exception.
*/
protected final void ensureOpen() {
if (!isOpen()) {