mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 03:57:50 +01:00
Fix javadoc build
This commit is contained in:
parent
4f5847ff10
commit
4d2dd7d256
@ -4,7 +4,7 @@ import io.netty.buffer.ByteBuf;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a packet which is already framed. (packet id->payload) + optional compression
|
* Represents a packet which is already framed. (packet id+payload) + optional compression
|
||||||
* Can be used if you want to send the exact same buffer to multiple clients without processing it more than once.
|
* Can be used if you want to send the exact same buffer to multiple clients without processing it more than once.
|
||||||
*/
|
*/
|
||||||
public class FramedPacket {
|
public class FramedPacket {
|
||||||
|
Loading…
Reference in New Issue
Block a user