304305306307308309310
return next; } private Duct createCloseWindow( Duct next ) { return new CloseReducingDuct( next ); }