- Fixed documentation for `setEncoded(byte[] data)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-17 19:29:48 +02:00
parent dc73aff543
commit b42fb2e2be
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ public abstract class Command
* Sets the binary data of this command
*
* Params:
* data = a `byte[]import std.stdio;
writeln("About to do base message pack of child: ", message.getCommand());`
* data = a `byte[]` to set as the
* data of this command
*/
protected final void setEncoded(byte[] data)
{