BAEL-3287: rename the package to apply review note

This commit is contained in:
maryarm 2020-06-01 00:22:31 +04:30
parent 1fd16afaca
commit a1f8f90bd8
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -1,4 +1,4 @@
package com.baeldung.java9.streams.reactive.vsrx;
package com.baeldung.java9.streams.reactive.flowvsrx;
class VideoFrame {
private long number;