diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 16:43:47 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 16:57:02 -0500 |
commit | 3135f7122bc7de7845c4b60e457245c9cc9ff511 (patch) | |
tree | 54d0ddf40cd7649820ff2540894f9a43d4686555 /docs/swagger.json | |
parent | 4d6e2a982cc0ee48aca9d8531424d795e44842c9 (diff) |
Remove straggling zookeper references
Issue-ID: MUSIC-361
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
Diffstat (limited to 'docs/swagger.json')
-rw-r--r-- | docs/swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/swagger.json b/docs/swagger.json index 534d2af4..3bc67050 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -964,7 +964,7 @@ "Lock Api" ], "summary": "Create Lock", - "description": "Puts the requesting process in the q for this lock. The corresponding node will be created in zookeeper if it did not already exist. Lock Name is the \"key\" of the form keyspaceName.tableName.rowId", + "description": "Puts the requesting process in the q for this lock. The corresponding lock will be created if it did not already exist. Lock Name is the \"key\" of the form keyspaceName.tableName.rowId", "operationId": "createLockReference", "produces": [ "application/json" |