提交 568b93f7 编写于 作者: H henryjen

8026009: Changes for 8025968 break all stream tests

Reviewed-by: mduigou
上级 1dbb457e
......@@ -591,10 +591,10 @@ public abstract class OpTestCase extends LoggingTestCase {
// Test data
private class ShortCircuitOp<T> implements StatelessTestOp<T,T> {
static class ShortCircuitOp<T> implements StatelessTestOp<T,T> {
private final StreamShape shape;
private ShortCircuitOp(StreamShape shape) {
ShortCircuitOp(StreamShape shape) {
this.shape = shape;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册