Update Client.java

This commit is contained in:
Kai S. K. Engelbart 2019-11-09 10:04:58 +01:00 committed by GitHub
parent b1733372a0
commit d91fb6bf21
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ public class Client {
public User getSender() { return sender; }
/**
* @return the recipient of a message.
* @return the recipient of a message
* @since Envoy v0.1-alpha
*/
public User getRecipient() { return recipient; }
@ -188,4 +188,4 @@ public class Client {
* @since Envoy v0.1-alpha
*/
public boolean hasRecipient() { return recipient != null; }
}
}