提交 6be9fb36 编写于 作者: K Kohsuke Kawaguchi

fixed a merge failure

上级 7ddc6dda
...@@ -167,12 +167,6 @@ public class BuildCommand extends CLICommand { ...@@ -167,12 +167,6 @@ public class BuildCommand extends CLICommand {
ModelHyperlinkNote.encodeTo("/user/" + startedBy, startedBy))); ModelHyperlinkNote.encodeTo("/user/" + startedBy, startedBy)));
} }
@Override
public void print(TaskListener listener) {
listener.getLogger().println("Started by command line by " +
ModelHyperlinkNote.encodeTo("/user/"+getUserId(), getUserName()));
}
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
return o instanceof CLICause; return o instanceof CLICause;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册