Skip to content

Commit

Permalink
Fixed wrong javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Jan 8, 2024
1 parent e68be94 commit e7b3b5a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ public UserAgent(UserAgentOptions options, WebAPI webapi) {
}

/**
* Creates a new user agent.
*
* @param options The options for the user agent.
* @param webapi The webapi.
* @return The user agent.
* Makes a call to the given target.
* @param target The target.
* @param options The options.
* @return A completable future that completes when the call is established.
*/
public CompletableFuture<Inviter> makeCall(String target, InviterOptions options) {
return JSVariable.promiseToFuture(webapi, startPromise).thenApply((v) -> {
Expand Down

0 comments on commit e7b3b5a

Please sign in to comment.