add modifier

This commit is contained in:
mgabriel 2018-08-15 13:48:01 +02:00
parent 82de6cf410
commit 416f911087

View File

@ -73,7 +73,7 @@ public class ReplayWithOriginalTiming<T> implements Function<Flux<T>, Publisher<
this.second = second; this.second = second;
} }
long timeDifference() { private long timeDifference() {
return second.time() - first.time(); return second.time() - first.time();
} }