Fix issue #4676
Fixed spelling mistake at EmbeddedChannel#readOutbound()
This commit is contained in:
parent
0e5a3f9db5
commit
301c40adbd
@ -153,7 +153,7 @@ public class EmbeddedChannel extends AbstractChannel {
|
||||
}
|
||||
|
||||
/**
|
||||
* Read data froum the outbound. This may return {@code null} if nothing is readable.
|
||||
* Read data from the outbound. This may return {@code null} if nothing is readable.
|
||||
*/
|
||||
public Object readOutbound() {
|
||||
return poll(outboundMessages);
|
||||
|
Loading…
x
Reference in New Issue
Block a user