From 3135f7122bc7de7845c4b60e457245c9cc9ff511 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Thu, 7 Mar 2019 16:43:47 -0500 Subject: Remove straggling zookeper references Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a --- docs/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/swagger.json') 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" -- cgit 1.2.3-korg