netty5/codec-http2
Aayush Atharva 6ae7f9e1a8
Fix JavaDoc of Http2Headers (#10711)
Motivation:
Http2Headers has JavaDoc error which says Sets the {@link PseudoHeaderName#AUTHORITY} header or {@code null} if there is no such header however it should be Sets the {@link PseudoHeaderName#AUTHORITY} header in Http2Headers#authority(CharSequence) methods because it only sets CharSequence.

This is true for all setters in Http2Headers.

Modification:
Fixed all JavaDoc errors.

Result:
Better JavaDoc.
2020-10-23 15:35:43 +02:00
..
src Fix JavaDoc of Http2Headers (#10711) 2020-10-23 15:35:43 +02:00
pom.xml Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00