BAEL-3287: rename the package to apply review note
This commit is contained in:
parent
1fd16afaca
commit
a1f8f90bd8
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.java9.streams.reactive.vsrx;
|
||||
package com.baeldung.java9.streams.reactive.flowvsrx;
|
||||
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.Flow;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.java9.streams.reactive.vsrx;
|
||||
package com.baeldung.java9.streams.reactive.flowvsrx;
|
||||
|
||||
import io.reactivex.rxjava3.core.BackpressureOverflowStrategy;
|
||||
import io.reactivex.rxjava3.core.Flowable;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.java9.streams.reactive.vsrx;
|
||||
package com.baeldung.java9.streams.reactive.flowvsrx;
|
||||
|
||||
class VideoFrame {
|
||||
private long number;
|
Loading…
Reference in New Issue