Skip to content

Commit

Permalink
Merge pull request #3 from jtnord/jenkins-23567
Browse files Browse the repository at this point in the history
[JENKINS-23567] prevent logspam from distfork plugin.
  • Loading branch information
jtnord committed Oct 29, 2015
2 parents aa63a73 + 34dc82c commit 565fc5b
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 565fc5b

Please sign in to comment.