Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong inherited javadoc of AsyncFile#exceptionHandler (#5432)
See https://vertx.io/docs/5.0.0.CR3/apidocs/io/vertx/core/file/AsyncFile.html#exceptionHandler(io.vertx.core.Handler) The inherited javadoc say that it sets the exception handler on the read stream only. Fix: Mention that is also sets it on the write stream.
- Loading branch information