From 044ce95b569efaac62edfa8a69b7da1b4b37c330 Mon Sep 17 00:00:00 2001 From: Pavel Batanov Date: Sat, 4 Dec 2021 18:53:52 +0300 Subject: [PATCH] Fix javadoc --- .../java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java b/src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java index d862731..1b1addb 100644 --- a/src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java +++ b/src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java @@ -881,7 +881,7 @@ protected StashBuildState getPushedBuildStatus(StashBuildState currentBuildStatu * Returns the HTTP POST request ready to be sent to the Bitbucket build API for * the given run and change set. * - * @see DefaultApacheHttpNotifier#createRequest(URI, JSONObject, UsernamePasswordCredentials) + * @see DefaultApacheHttpNotifier#createRequest(URI, JSONObject, Credentials, NotificationContext) * @deprecated in favor of method overload * @param stashBuildNotificationEntity a entity containing the parameters for Bitbucket * @param commitSha1 the SHA1 of the commit that was built