Skip to content

Commit d3366f6

Browse files
authored
Fix Javadoc
1 parent 0d43767 commit d3366f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabAvatarCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
/**
5858
* An avatar cache that will serve URLs that have been recently registered
59-
* through {@link #buildUrl(String, String)}
59+
* through {@link #buildUrl(GitLabAvatarLocation, String)}
6060
*/
6161
@Extension
6262
public class GitLabAvatarCache implements UnprotectedRootAction {

src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabAvatarLocation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class GitLabAvatarLocation implements Serializable {
1919
/**
2020
* Constructor
2121
*
22-
* @param url the external GitLab URL of the source avatar image.
22+
* @param avatarUrl the external GitLab URL of the source avatar image.
2323
* @param serverName server to use for API call, null to fall back to URL instead
2424
* @param fullPath project/group id parameter for API call, null to fall back to URL instead
2525
* @param isProject does the fullPath represent a project (true) or group (false)

0 commit comments

Comments
 (0)