summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-06-25 10:44:33 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-07-02 13:42:47 +0200
commit42875888175b81c3ccfb6490fcbaa7b50e81d6e1 (patch)
treef1108a11b0b8682091be9bfeeca4c9e3d62dca73 /controller-server
parent12cded316027010b5279a44a4acef40d75a4f032 (diff)
Remove parenthesis
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
index d3aa051088c..7c7fb27f3eb 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
@@ -599,7 +599,7 @@ public class ApplicationController {
* and store the application, and finally release (close) the lock.
*/
Lock lock(ApplicationId application) {
- return curator.lock(application));
+ return curator.lock(application);
}
/** Verify that each of the production zones listed in the deployment spec exist in this system. */