summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-01-24 13:37:59 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-01-24 15:39:02 +0100
commit766c5ca749a30c9b8c34d7b2c8f5f4a66e27ecdf (patch)
tree7d7625bbb247805bb7aed9bc43a017473f8cc446
parent39a747a18c83e019933bad2f4866d00ee9caf6a5 (diff)
Format sources using gjf
Release-Notes: skip Change-Id: Ifba886e1476f00824fd707364ee370d49c9d1174
-rw-r--r--java/com/google/gerrit/pgm/Reindex.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/com/google/gerrit/pgm/Reindex.java b/java/com/google/gerrit/pgm/Reindex.java
index 03f66ebefc..9e7ce47ead 100644
--- a/java/com/google/gerrit/pgm/Reindex.java
+++ b/java/com/google/gerrit/pgm/Reindex.java
@@ -83,9 +83,7 @@ public class Reindex extends SiteProgram {
@Option(name = "--index", usage = "Only reindex specified indices")
private List<String> indices = new ArrayList<>();
- @Option(
- name = "--show-cache-stats",
- usage = "Show cache statistics at the end.")
+ @Option(name = "--show-cache-stats", usage = "Show cache statistics at the end.")
private boolean showCacheStats;
private Injector dbInjector;