Update CodecsExample.java

This commit is contained in:
Andrea Cavalli 2021-02-02 21:35:03 +01:00
parent 2113519e91
commit df3c12f776

View File

@ -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() {