Skip to content

Commit

Permalink
[JENKINS-23567] prevent logspam from distfork plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Oct 2, 2015
1 parent 486a17c commit 34dc82c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/hudson/plugins/distfork/DistForkTask.java
Expand Up @@ -100,8 +100,7 @@ private ACL getACL() {
}

public String getUrl() {
// TODO
throw new UnsupportedOperationException();
return null;
}

public String getDisplayName() {
Expand Down

0 comments on commit 34dc82c

Please sign in to comment.