summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-12-01 10:10:42 +0000
committerArne H Juul <arnej@yahooinc.com>2021-12-02 08:07:56 +0000
commit2cd743ec341cace333b65b037874c5800361d478 (patch)
treeed1ebf8906e0bfbaef504e00c6266a9b69d22e17 /document
parent89e48adac8d32bf72d8618c52d469b239f569ece (diff)
move to non-public package
* the "documenttypes" config should be in same package / namespace as the "documentmanager" config; it should not be part of a PublicApi. Since everything here is internal implmentation details (only used by C++ components currently) this should not impact any users.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/config/documenttypes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/config/documenttypes.def b/document/src/vespa/document/config/documenttypes.def
index 7c84919e0d6..2e0483f025b 100644
--- a/document/src/vespa/document/config/documenttypes.def
+++ b/document/src/vespa/document/config/documenttypes.def
@@ -1,6 +1,6 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=document
+namespace=document.config
## Whether to enable compression in this process.
enablecompression bool default=false