Skip to content

Commit 0295cfc

Browse files
committed
CAMEL-19236: camel-jbang - Command to send a message.
1 parent 53cf2b8 commit 0295cfc

File tree

1 file changed

+8
-1
lines changed
  • dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action

1 file changed

+8
-1
lines changed

dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,14 @@ public String getDataAsTable(
8484

8585
List<TableRow> rows = new ArrayList<>();
8686
TableRow eRow;
87-
String tab0 = null, tab1 = null, tab1b = null, tab2 = null, tab3 = null, tab4 = null, tab5 = null, tab6 = null;
87+
String tab0 = null;
88+
String tab1 = null;
89+
String tab1b = null;
90+
String tab2 = null;
91+
String tab3 = null;
92+
String tab4 = null;
93+
String tab5 = null;
94+
String tab6 = null;
8895

8996
if (endpoint != null) {
9097
eRow = new TableRow("Endpoint", null, null, endpoint.getString("endpoint"));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy