Skip to content
Snippets Groups Projects
Commit 0b749ca9 authored by akwizgran's avatar akwizgran
Browse files

Javadoc.

parent 00df158a
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment