openvidu-java-client: fix Javadoc typo

pull/797/head
pabloFuente 2023-03-31 12:24:36 +02:00
parent 7fa65661f9
commit 60bddcebda
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ public class Session {
* To get the list of active connections with their current actual value, you
* must call first {@link io.openvidu.java.client.Session#fetch()
* Session.fetch()} or {@link io.openvidu.java.client.OpenVidu#fetch()
* OpenVidu.fetch()} OpenVidu.fetch()}.
* OpenVidu.fetch()}.
*/
public List<Connection> getActiveConnections() {
return this.connections.values().stream().filter(con -> "active".equals(con.getStatus()))