Skip to content

Commit

Permalink
parimehr and kamyar
Browse files Browse the repository at this point in the history
  • Loading branch information
kamayrtaeb committed Jul 24, 2020
1 parent e4b16f2 commit a7de5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Model/Chat.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void sendMessage(Text message) {
messages.add(message);
}

public void addMembers(Account... accounts) {
public void addMembers(Account accounts) {
Collections.addAll(this.members, accounts);
}

Expand Down

0 comments on commit a7de5ae

Please sign in to comment.