mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Javadoc.
This commit is contained in:
@@ -10,8 +10,8 @@ public interface MessageHeader {
|
|||||||
MessageId getId();
|
MessageId getId();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the message's parent, or MessageId.NONE if this is the first
|
* Returns the message's parent, or null if this is the first message in a
|
||||||
* message in a thread.
|
* thread.
|
||||||
*/
|
*/
|
||||||
MessageId getParent();
|
MessageId getParent();
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ public interface Message {
|
|||||||
MessageId getId();
|
MessageId getId();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the message's parent, or MessageId.NONE if this is the first
|
* Returns the message's parent, or null if this is the first message in a
|
||||||
* message in a thread.
|
* thread.
|
||||||
*/
|
*/
|
||||||
MessageId getParent();
|
MessageId getParent();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user