Skip to content

Commit

Permalink
openvidu-java-client: fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 28, 2024
1 parent e709e63 commit 86c4aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public String getConnectionId() {
* <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
* again.</li>
* </ul>
*/
public String getStatus() {
return this.status;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* See
* {@link io.openvidu.java.client.RecordingProperties#recordingLayout(RecordingLayout)}
* {@link io.openvidu.java.client.RecordingProperties#recordingLayout()}
*/
public enum RecordingLayout {

Expand Down

0 comments on commit 86c4aba

Please sign in to comment.