add modifier

This commit is contained in:
mgabriel 2018-08-15 13:48:01 +02:00
parent 82de6cf410
commit 416f911087
1 changed files with 1 additions and 1 deletions

View File

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