Postpone cors handler

This commit is contained in:
Andrea Cavalli 2022-07-21 01:14:46 +02:00
parent 7b2a1677e7
commit f72a9c231b
1 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ public class LLRange extends SimpleResource {
private static final LLRange RANGE_ALL = new LLRange((Buffer) null, (Buffer) null, (Buffer) null);
@Nullable
private Buffer min;
private final Buffer min;
@Nullable
private Buffer max;
private final Buffer max;
@Nullable
private Buffer single;
private final Buffer single;
private LLRange(Send<Buffer> min, Send<Buffer> max, Send<Buffer> single) {
super();