Fix WriteTimeoutException java doc description (#9554)
Motivation: The java doc doesn't match the real case: The exception only happen when a write operation cannot finish in a certain period of time instead of write idle happen. Modification: Correct java doc Result: java doc matched the real case
This commit is contained in:
parent
6423e80932
commit
38e5983463
@ -16,8 +16,8 @@
|
||||
package io.netty.handler.timeout;
|
||||
|
||||
/**
|
||||
* A {@link TimeoutException} raised by {@link WriteTimeoutHandler} when no data
|
||||
* was written within a certain period of time.
|
||||
* A {@link TimeoutException} raised by {@link WriteTimeoutHandler} when a write operation
|
||||
* cannot finish in a certain period of time.
|
||||
*/
|
||||
public final class WriteTimeoutException extends TimeoutException {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user