aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-20 14:31:04 +0200
committerStefan Boberg <[email protected]>2021-09-20 14:31:04 +0200
commit0f1c6ae3f91ec471bcb9a4cf603a3a3e133ac37c (patch)
treef8ad5704ded208f86f78c3fcb19ec3ba32139361
parentFixed issue with mpscqueue when compiling without tests (diff)
downloadzen-0f1c6ae3f91ec471bcb9a4cf603a3a3e133ac37c.tar.xz
zen-0f1c6ae3f91ec471bcb9a4cf603a3a3e133ac37c.zip
Corrected some issues in the HttpProjectService comments to eliminate some potential confusion around namespaces
-rw-r--r--zenserver/projectstore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h
index 3d2247305..9cca825f0 100644
--- a/zenserver/projectstore.h
+++ b/zenserver/projectstore.h
@@ -193,13 +193,13 @@ private:
//////////////////////////////////////////////////////////////////////////
//
-// {ns} a root namespace, should be associated with the project which owns it
+// {project} a project identifier
// {target} a variation of the project, typically a build target
// {lsn} oplog entry sequence number
//
-// /prj/{ns}
-// /prj/{ns}/oplog/{target}
-// /prj/{ns}/oplog/{target}/{lsn}
+// /prj/{project}
+// /prj/{project}/oplog/{target}
+// /prj/{project}/oplog/{target}/{lsn}
//
// oplog entry
//