Merge branch 'stable-2.16'

* stable-2.16:
  Upgrade bazlets to latest stable-2.16 to build with 2.16.2 API
  SQLDialect: Format with google-java-format

Change-Id: I19233421cd197b2f3b04328315c61beed35bdb3d
diff --git a/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java b/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
index 48c246a..10df147 100644
--- a/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
+++ b/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
@@ -21,9 +21,8 @@
   POSTGRESQL;
 
   /**
-   * This attempts to determine the SQL dialect from the JDBC URL.
-   * If the URL does not match one of the supported dialects, then
-   * H2 will be returned by default.
+   * This attempts to determine the SQL dialect from the JDBC URL. If the URL does not match one of
+   * the supported dialects, then H2 will be returned by default.
    *
    * @param jdbcUrl The JDBC URL.
    * @return The dialect for the JDBC URL.