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 b1c5852 Update CustomerBuilder.java
b1c5852 is described below
commit b1c5852d7916fe153342859375885aabe3cd067d
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 30 14:47:57 2023 +0100
Update CustomerBuilder.java
---
jbang/bean-builder/CustomerBuilder.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jbang/bean-builder/CustomerBuilder.java
b/jbang/bean-builder/CustomerBuilder.java
index 1e3b3dd..a8f38ef 100644
--- a/jbang/bean-builder/CustomerBuilder.java
+++ b/jbang/bean-builder/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
+}