Fix Javadocs

This commit is contained in:
Camotoy 2023-05-02 13:21:17 -04:00
parent f457d953fc
commit 5e5d5f3e43
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 1 deletions

View File

@ -478,7 +478,6 @@ public final class ProxyProtocolDecoder {
* @param buffer the {@link ByteBuf} from which to read data
* @return frame the {@link ByteBuf} which represent the frame or {@code null} if no frame could
* be created
* @throws Exception if exceed maxLength
*/
public ByteBuf extract(ByteBuf buffer) {
final int eoh = findEndOfHeader(buffer);