Update CodecsExample.java
This commit is contained in:
parent
2113519e91
commit
df3c12f776
@ -82,7 +82,11 @@ public class CodecsExample {
|
||||
}
|
||||
|
||||
private static void testConversion() {
|
||||
writeOld().then().then(readNew()).subscribeOn(Schedulers.parallel()).blockOptional();
|
||||
writeOld()
|
||||
.then()
|
||||
.then(readNew())
|
||||
.subscribeOn(Schedulers.parallel())
|
||||
.blockOptional();
|
||||
}
|
||||
|
||||
private static SubStageGetterSingle<CurrentCustomType> getNewSubStageGetter() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user