Fix issue #4676
Fixed spelling mistake at EmbeddedChannel#readOutbound()
This commit is contained in:
parent
751ed6cc94
commit
5c05629da1
@ -187,7 +187,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.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public <T> T readOutbound() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user