Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Aug 2, 2024
1 parent 5177329 commit f2329e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/main/java/com/vonage/client/meetings/MeetingsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
import java.util.*;
import java.util.function.Function;

/**
* Meetings API client.
*
* @deprecated Support for this API will be removed in the next major release.
*/
@Deprecated
public class MeetingsClient {
HttpClient httpClient;

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/vonage/client/meetings/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* for an overview of the concepts.
*
* @since 7.6.0
*
* @deprecated Support for this API will be removed in the next major release.
*/
@Deprecated
package com.vonage.client.meetings;

0 comments on commit f2329e7

Please sign in to comment.