未验证 提交 2eddb209 编写于 作者: J Jesse Glick

[JENKINS-56995] Implement MavenConsoleAnnotator.flush.

上级 c2a9fb7e
......@@ -75,6 +75,11 @@ public class MavenConsoleAnnotator extends LineTransformationOutputStream {
out.write(b,0,len);
}
@Override
public void flush() throws IOException {
out.flush();
}
@Override
public void close() throws IOException {
super.close();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册