aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-01 22:55:09 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-12-01 22:55:09 +0100
commit890eb3b044c0aa7bdacb7f686844c51f7e3e41b7 (patch)
treed3556ac71b042ab6aa7ed9dc97cf4428dd3245dc /document
parentffdaafffd90a2a8cb1522c7e131f13fc718be3f7 (diff)
Avoid Map.copyOf when you ahve a Map with well defined ordering that you want to preserve
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/com/yahoo/document/select/rule/DocumentNode.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/document/src/main/java/com/yahoo/document/select/rule/DocumentNode.java b/document/src/main/java/com/yahoo/document/select/rule/DocumentNode.java
index c42e632cc88..8c915567905 100644
--- a/document/src/main/java/com/yahoo/document/select/rule/DocumentNode.java
+++ b/document/src/main/java/com/yahoo/document/select/rule/DocumentNode.java
@@ -2,11 +2,8 @@
package com.yahoo.document.select.rule;
import com.yahoo.document.BucketIdFactory;
-import com.yahoo.document.DocumentGet;
import com.yahoo.document.DocumentOperation;
import com.yahoo.document.DocumentPut;
-import com.yahoo.document.DocumentRemove;
-import com.yahoo.document.DocumentType;
import com.yahoo.document.DocumentUpdate;
import com.yahoo.document.select.BucketSet;
import com.yahoo.document.select.Context;