Fix javadoc cutting off descriptions

Co-authored-by: Jordan Atwood <nightfirecat@protonmail.com>
This commit is contained in:
loldudester
2021-01-25 19:49:18 -08:00
committed by Jordan Atwood
parent f6c68eefc8
commit d68d66b01d
14 changed files with 24 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ public interface MessageNode extends Node
void setName(String name);
/**
* Gets the sender of the message (ie. friends chat name).
* Gets the sender of the message. (ie. friends chat name)
*
* @return the message sender
*/