Update Client.java
This commit is contained in:
parent
b1733372a0
commit
d91fb6bf21
@ -172,7 +172,7 @@ public class Client {
|
|||||||
public User getSender() { return sender; }
|
public User getSender() { return sender; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the recipient of a message.
|
* @return the recipient of a message
|
||||||
* @since Envoy v0.1-alpha
|
* @since Envoy v0.1-alpha
|
||||||
*/
|
*/
|
||||||
public User getRecipient() { return recipient; }
|
public User getRecipient() { return recipient; }
|
||||||
|
Reference in New Issue
Block a user