File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
6262public class GitLabAvatarCache implements UnprotectedRootAction {
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments