8026009: Changes for 8025968 break all stream tests
Reviewed-by: mduigou
This commit is contained in:
parent
1542ab6eef
commit
6a322383a8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user