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