File tree 2 files changed +2
-2
lines changed
src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
/**
58
58
* An avatar cache that will serve URLs that have been recently registered
59
- * through {@link #buildUrl(String , String)}
59
+ * through {@link #buildUrl(GitLabAvatarLocation , String)}
60
60
*/
61
61
@ Extension
62
62
public class GitLabAvatarCache implements UnprotectedRootAction {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class GitLabAvatarLocation implements Serializable {
19
19
/**
20
20
* Constructor
21
21
*
22
- * @param url the external GitLab URL of the source avatar image.
22
+ * @param avatarUrl the external GitLab URL of the source avatar image.
23
23
* @param serverName server to use for API call, null to fall back to URL instead
24
24
* @param fullPath project/group id parameter for API call, null to fall back to URL instead
25
25
* @param isProject does the fullPath represent a project (true) or group (false)
You can’t perform that action at this time.
0 commit comments