aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-11-28 10:12:06 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-11-28 10:15:38 +0000
commitd1a4975810bbdce228c0d6cfc295d5d988804d37 (patch)
treed1873da2cdfb91f0f078c9ee1c412dccb92a5ab3 /streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp
parentf32ca1c0d2cd9c5c23831d136b68bb9129a5dd2e (diff)
Move streaming search classes from namespace storage -> streaming.
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp b/streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp
index cca7946f57a..8ec285abfcb 100644
--- a/streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp
+++ b/streamingvisitors/src/vespa/searchvisitor/querytermdata.cpp
@@ -4,7 +4,7 @@
using namespace search::fef;
-namespace storage {
+namespace streaming {
-} // namespace storage
+} // namespace streaming