diff options
author | Thomas Nelson <nelson24@att.com> | 2019-03-08 21:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-08 21:27:57 +0000 |
commit | 97ea0b21eebad043a17cdc4224f8eb44bc2d8b29 (patch) | |
tree | af9b59587ab513d8d1d05f60e0ed850c5f66ddf8 /docs/swagger.json | |
parent | e4e227b18dcd4a4dd40bc3e3a8373f3d96c6511d (diff) | |
parent | 3135f7122bc7de7845c4b60e457245c9cc9ff511 (diff) |
Merge "Remove straggling zookeper references"
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" |