Added some documentation

This commit is contained in:
Seraina 2022-05-02 06:54:55 +02:00
parent 651a07e32e
commit 2f2aa3e224

View File

@ -602,7 +602,7 @@ public class LoungeSceneViewController implements Initializable {
/** /**
* Should remove the lobby from the lobby list view * Should remove the lobby from the lobby list view
* *
* @param data * @param data to be removed
*/ */
public void removeLobbyFromView(String data) { public void removeLobbyFromView(String data) {
Iterator<LobbyListItem> itr = lobbies.iterator(); Iterator<LobbyListItem> itr = lobbies.iterator();