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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 9086934 Update CustomerBuilder.java
9086934 is described below
commit 9086934f1a188a70ac60014a9ccc45828e08d962
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 30 14:48:26 2023 +0100
Update CustomerBuilder.java
---
jbang/bean-inlined-code/CustomerBuilder.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jbang/bean-inlined-code/CustomerBuilder.java
b/jbang/bean-inlined-code/CustomerBuilder.java
index 1e3b3dd..a8f38ef 100644
--- a/jbang/bean-inlined-code/CustomerBuilder.java
+++ b/jbang/bean-inlined-code/CustomerBuilder.java
@@ -28,7 +28,7 @@ public final class CustomerBuilder {
}
public Customer build() {
- return new Customer(name, street, zip, gold);
+ return new Customer(name, street, zip, gold);
}
-}
\ No newline at end of file
+}