BAEL-3287: rename the package to apply review note
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user