aboutsummaryrefslogtreecommitdiff
path: root/icing/query/query-processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/query/query-processor.cc')
-rw-r--r--icing/query/query-processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/query/query-processor.cc b/icing/query/query-processor.cc
index 36c76db..1f937fd 100644
--- a/icing/query/query-processor.cc
+++ b/icing/query/query-processor.cc
@@ -182,7 +182,7 @@ QueryProcessor::ParseRawQuery(const SearchSpecProto& search_spec) {
const Token& token = tokens.at(i);
std::unique_ptr<DocHitInfoIterator> result_iterator;
- // TODO(b/202076890): Handle negation tokens
+ // TODO(cassiewang): Handle negation tokens
switch (token.type) {
case Token::Type::QUERY_LEFT_PARENTHESES: {
frames.emplace(ParserStateFrame());