diff options
| author | Stefan Boberg <[email protected]> | 2021-09-20 14:31:04 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-20 14:31:04 +0200 |
| commit | 0f1c6ae3f91ec471bcb9a4cf603a3a3e133ac37c (patch) | |
| tree | f8ad5704ded208f86f78c3fcb19ec3ba32139361 | |
| parent | Fixed issue with mpscqueue when compiling without tests (diff) | |
| download | zen-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.h | 8 |
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 // |