提交 4808f827 编写于 作者: C Christoph Kutzinski

Oops, seems like javac chokes on the <R> - while Eclipse jdt has no problems with it

上级 2044de52
......@@ -796,7 +796,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
WaitingItem i = Jenkins.getInstance().getQueue().schedule(this, quietPeriod, queueActions);
if(i!=null)
return (Future<R>)i.getFuture();
return (Future)i.getFuture();
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册