Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Aug 15, 2024
1 parent 0d43767 commit d3366f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

/**
* An avatar cache that will serve URLs that have been recently registered
* through {@link #buildUrl(String, String)}
* through {@link #buildUrl(GitLabAvatarLocation, String)}
*/
@Extension
public class GitLabAvatarCache implements UnprotectedRootAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class GitLabAvatarLocation implements Serializable {
/**
* Constructor
*
* @param url the external GitLab URL of the source avatar image.
* @param avatarUrl the external GitLab URL of the source avatar image.
* @param serverName server to use for API call, null to fall back to URL instead
* @param fullPath project/group id parameter for API call, null to fall back to URL instead
* @param isProject does the fullPath represent a project (true) or group (false)
Expand Down

0 comments on commit d3366f6

Please sign in to comment.