mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix Javadocs
This commit is contained in:
parent
f457d953fc
commit
5e5d5f3e43
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue