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
|
* @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
|
* @return frame the {@link ByteBuf} which represent the frame or {@code null} if no frame could
|
||||||
* be created
|
* be created
|
||||||
* @throws Exception if exceed maxLength
|
|
||||||
*/
|
*/
|
||||||
public ByteBuf extract(ByteBuf buffer) {
|
public ByteBuf extract(ByteBuf buffer) {
|
||||||
final int eoh = findEndOfHeader(buffer);
|
final int eoh = findEndOfHeader(buffer);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue