openvidu-java-client: fix javadoc errors

pull/744/merge
pabloFuente 2024-05-28 13:08:10 +02:00
parent e709e63655
commit 86c4abacb1
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ public class Connection {
* <li><code>active</code>: if the internal token of the Connection has already * <li><code>active</code>: if the internal token of the Connection has already
* been used by some user to connect to the session, and it cannot be used * been used by some user to connect to the session, and it cannot be used
* again.</li> * again.</li>
* </ul>
*/ */
public String getStatus() { public String getStatus() {
return this.status; return this.status;

View File

@ -19,7 +19,7 @@ package io.openvidu.java.client;
/** /**
* See * See
* {@link io.openvidu.java.client.RecordingProperties#recordingLayout(RecordingLayout)} * {@link io.openvidu.java.client.RecordingProperties#recordingLayout()}
*/ */
public enum RecordingLayout { public enum RecordingLayout {