Added comment

This commit is contained in:
Tristan B. Kildaire 2020-10-15 11:34:03 +02:00
parent 73322667fa
commit 2c5d871378
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ public final class DataMessage
return new DataMessage(receivedTag, receivedData);
}
/**
* Constructs a new DataMessage with
* the give `tag` and bytes `data`
*/
this(ulong tag, byte[] data)
{
this.tag = tag;