Skip to content

Commit

Permalink
fix(test): fix missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Sep 25, 2023
1 parent ff8b649 commit 6405def
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public void start() {
}
}

/**
* Shutdown the grpc channel.
*/
public void shutdown() {
if (this.channel == null) {
return;
Expand Down

0 comments on commit 6405def

Please sign in to comment.