Added comment
This commit is contained in:
parent
73322667fa
commit
2c5d871378
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue