提交 914963c2 编写于 作者: A Andrew Bayer

Get rid of superfluous Queue.Task/Executable

上级 b6e1ae55
......@@ -50,8 +50,8 @@ import java.util.logging.Logger;
*
* @since FIXME
*/
public interface RunWithSCM<JobT extends Job<JobT, RunT> & Queue.Task,
RunT extends Run<JobT, RunT> & RunWithSCM<JobT,RunT> & Queue.Executable> {
public interface RunWithSCM<JobT extends Job<JobT, RunT>,
RunT extends Run<JobT, RunT> & RunWithSCM<JobT,RunT>> {
/**
* Gets all {@link ChangeLogSet}s currently associated with this item.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册