Fixup docs

This commit is contained in:
KennyTV 2020-06-09 17:57:14 +02:00
parent aa59ed112a
commit ad1707f0ee
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -289,7 +289,7 @@ public class UserConnection {
}
/**
* Transforms the clientbound packet contained in draft ByteBuf.
* Transforms the clientbound packet contained in an outgoing ByteBuf.
*
* @param buf ByteBuf with packet id and packet contents
* @param cancelSupplier Function called with original CancelException for generating the Exception used when
@ -302,7 +302,7 @@ public class UserConnection {
}
/**
* Transforms the serverbound packet contained in draft ByteBuf.
* Transforms the serverbound packet contained in an incoming ByteBuf.
*
* @param buf ByteBuf with packet id and packet contents
* @param cancelSupplier Function called with original CancelException for generating the Exception used when