Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Linting
  • Loading branch information
williamzhao87 committed May 2, 2024
commit 05fccb208ef32dcf217440b31f7a7954c591926c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ public OAuth2WebhookClientCredential getClientCredential() {
*
* @return the webhookUrl value.
*/
public String getWebhookUrl() { return this.getWebhookUrl(); }
public String getWebhookUrl() {
return this.getWebhookUrl();
}

/**
* Set the webhookUri property: Uri for Contoso's Web Server.
Expand Down