summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-02-22 11:45:00 +0100
committerJon Bratseth <bratseth@gmail.com>2022-02-22 11:45:00 +0100
commit2c62ab5a720ebe7e0d5e5a8d9a7975e78d329eea (patch)
treed8ba8836ee7cc6a7c2d80dd410b4a86d5b69caab /document
parent165b2c60a62b05db03934defac53bd66c9163eb5 (diff)
Remove TODO on changing toString to YQL format
It would be nice but it breaks 842 tests for us, and probably a lot for applications too, so it is just not worth the effort.
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/com/yahoo/document/select/rule/DocumentTypeNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/main/java/com/yahoo/document/select/rule/DocumentTypeNode.java b/document/src/main/java/com/yahoo/document/select/rule/DocumentTypeNode.java
index 5bf62009797..57bb809de40 100644
--- a/document/src/main/java/com/yahoo/document/select/rule/DocumentTypeNode.java
+++ b/document/src/main/java/com/yahoo/document/select/rule/DocumentTypeNode.java
@@ -13,7 +13,7 @@ import com.yahoo.document.select.Context;
import com.yahoo.document.select.Visitor;
/**
- * A document type node which returns the document type if exactly the type sopecified or false otherwise:
+ * A document type node which returns the document type if exactly the type specified or false otherwise:
* For using the exact document type as a condition.
*
* @author bratseth