Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ikikko committed May 28, 2016
1 parent c31d162 commit 65b5cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TypetalkNotifier extends Notifier {
public final String topicNumber;

@DataBoundConstructor
public TypetalkNotifier(String name, String topicNumber, boolean notifyWhenSuccess) {
public TypetalkNotifier(String name, String topicNumber) {
this.name = name;
this.topicNumber = topicNumber;
}
Expand Down

0 comments on commit 65b5cc6

Please sign in to comment.