Fixed minor Javadoc errors

This commit is contained in:
delvh 2019-11-29 20:48:21 +01:00 committed by GitHub
parent 9e83cc1c66
commit cb0e7db444
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class LocalDB {
/**
* Constructs an empty local database.
*
* @param client the user that is logged in with this client
* @param sender the user that is logged in with this client
* @since Envoy v0.1-alpha
*/
@ -117,7 +117,9 @@ public class LocalDB {
* Creates a {@link Message} object serializable to XML.
*
* @param textContent The content (text) of the message
* @param recipient The recipient of the message
* @return prepared {@link Message} object
* @since Envoy v0.1-alpha
*/
public Message createMessage(String textContent, User recipient) {
Message.Metadata metaData = objectFactory.createMessageMetadata();