提交 0b088e80 编写于 作者: K Kohsuke Kawaguchi

Tom Huybrechts reported an incompatibility problem with some plugins (batch...

Tom Huybrechts reported an incompatibility problem with some plugins (batch task?), so removing the final keyword
上级 86319ad5
......@@ -793,7 +793,7 @@ public abstract class Job<JobT extends Job<JobT, RunT>, RunT extends Run<JobT, R
return result;
}
public final long getEstimatedDuration() {
public long getEstimatedDuration() {
List<RunT> builds = getLastBuildsOverThreshold(3, Result.UNSTABLE);
if(builds.isEmpty()) return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册