Skip to content

Commit

Permalink
Removing unnecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jul 13, 2023
1 parent 577a11c commit 0127dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ Mono<Response<BinaryData>> generateClientTokenWithResponse(RequestOptions reques
return this.serviceClient.generateClientTokenWithResponseAsync(hub, requestOptions);
}


/**
* Broadcast content inside request body to all the connected client connections.
* @param message The payload body.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ public void testGetAuthenticationToken() {

}

/*****************************************************************************************************************
* Sync Tests - WebPubSubGroup
****************************************************************************************************************/

@Test
public void testRemoveNonExistentUserFromGroup() {
StepVerifier.create(client.removeUserFromGroupWithResponse("java",
Expand Down

0 comments on commit 0127dd6

Please sign in to comment.