fix typo in javadoc
This commit is contained in:
parent
abf5e9fda5
commit
1e333f5614
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user