Postpone cors handler
This commit is contained in:
parent
7b2a1677e7
commit
f72a9c231b
@ -18,11 +18,11 @@ public class LLRange extends SimpleResource {
|
|||||||
|
|
||||||
private static final LLRange RANGE_ALL = new LLRange((Buffer) null, (Buffer) null, (Buffer) null);
|
private static final LLRange RANGE_ALL = new LLRange((Buffer) null, (Buffer) null, (Buffer) null);
|
||||||
@Nullable
|
@Nullable
|
||||||
private Buffer min;
|
private final Buffer min;
|
||||||
@Nullable
|
@Nullable
|
||||||
private Buffer max;
|
private final Buffer max;
|
||||||
@Nullable
|
@Nullable
|
||||||
private Buffer single;
|
private final Buffer single;
|
||||||
|
|
||||||
private LLRange(Send<Buffer> min, Send<Buffer> max, Send<Buffer> single) {
|
private LLRange(Send<Buffer> min, Send<Buffer> max, Send<Buffer> single) {
|
||||||
super();
|
super();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user