Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed Oct 26, 2021
1 parent 92859d6 commit ce009ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
public interface HttpNotifier {
/**
* Basic contract for sending {@link "https://docs.atlassian.com/bitbucket-server/rest/7.17.0/bitbucket-build-rest.html#idp7" Bitbucket build status notifications}.
* Basic contract for sending Bitbucket build status notifications.
*
* @param uri fully-formed URI (stash-base-uri/rest/build-status/1.0/commits/commit-id)
* @param payload body of status to post
Expand Down

0 comments on commit ce009ba

Please sign in to comment.