Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Remove buck build
  Format all Java files with google-java-format
  Remove unnecessarily nested else-clauses

Change-Id: I16e24523f8c57f45ec36220d20e27abdb50c07e8
diff --git a/src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/AccountCapabilities.java b/src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/AccountCapabilities.java
index 4a377d6..a6f7f84 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/AccountCapabilities.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/AccountCapabilities.java
@@ -26,5 +26,5 @@
 
   protected AccountCapabilities() {}
 
-  public final native boolean canPerform(String name)/*-{ return this[name] ? true : false; }-*/ ;
+  public final native boolean canPerform(String name) /*-{ return this[name] ? true : false; }-*/;
 }