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