Added some documentation
This commit is contained in:
parent
651a07e32e
commit
2f2aa3e224
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user