Skip to content
Snippets Groups Projects
Commit 2f21ac87 authored by Martin Stähr's avatar Martin Stähr
Browse files

refactor: fix variable naming

parent 920f2416
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class CommunicationDummyService implements ICommunication {
}
@Override
public String createChatRoom(String name, List<User> studentIdentifierList) {
public String createChatRoom(String name, List<User> users) {
return "1";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment