This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 56c6414e8ae Polished
56c6414e8ae is described below

commit 56c6414e8ae59f4fe48dfd90b28aa322166707c3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Sep 25 13:53:52 2022 +0200

    Polished
---
 .../camel/dsl/jbang/core/commands/process/CamelContextTop.java      | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
index c08e3b66d8d..a521d0b7287 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelContextTop.java
@@ -136,10 +136,8 @@ public class CamelContextTop extends ProcessBaseCommand {
                             .with(this::getLoad),
                     new 
Column().header("HEAP").headerAlign(HorizontalAlign.CENTER).with(this::getHeapMemory),
                     new 
Column().header("NON-HEAP").headerAlign(HorizontalAlign.CENTER).with(this::getNonHeapMemory),
-                    new 
Column().header("GC").headerAlign(HorizontalAlign.CENTER).dataAlign(HorizontalAlign.LEFT)
-                            .with(this::getGC),
-                    new 
Column().header("THREADS").headerAlign(HorizontalAlign.CENTER).dataAlign(HorizontalAlign.CENTER)
-                            .with(this::getThreads))));
+                    new 
Column().header("GC").headerAlign(HorizontalAlign.CENTER).with(this::getGC),
+                    new 
Column().header("THREADS").headerAlign(HorizontalAlign.CENTER).with(this::getThreads))));
         }
 
         return 0;

Reply via email to