Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Fix Javadocs
Dieser Commit ist enthalten in:
Ursprung
f457d953fc
Commit
5e5d5f3e43
@ -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);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren