mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 02:39:15 +00:00
Fix Javadocs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user