This commit is contained in:
iliax 2023-08-07 19:25:45 +04:00
parent 28f62f9a9a
commit 31a89c5e82

View file

@ -31,7 +31,6 @@ public abstract class RangePollingEmitter extends AbstractEmitter {
this.consumerSupplier = consumerSupplier;
}
// from inclusive, to exclusive
protected record FromToOffset(/*inclusive*/ long from, /*exclusive*/ long to) {
}