Skip to content

Commit

Permalink
Merge pull request #8 from alexbrjo/JENKINS-45451
Browse files Browse the repository at this point in the history
[JENKINS-45451] url field not populated fix
  • Loading branch information
lvotypko committed Jul 12, 2017
2 parents 5abd03d + 77dc263 commit 7588f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/sidebar_link/LinkAction.java
Expand Up @@ -74,7 +74,7 @@ public String getUrlName() {
public String getIconFileName() { return icon; }

@Restricted(NoExternalUse.class)
public String getUnprotectedLink() {
public String getUnprotectedUrlName() {
return url;
}

Expand Down

0 comments on commit 7588f39

Please sign in to comment.