fix typo in javadoc

This commit is contained in:
tbcs 2016-08-12 20:06:10 +02:00 committed by Norman Maurer
parent c1d5066929
commit 95ee705e17

View File

@ -498,7 +498,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() { protected final void ensureOpen() {
if (!isOpen()) { if (!isOpen()) {