You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/07 07:10:49 UTC

[camel-kamelets-examples] branch main updated: Polish example

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 0f69926  Polish example
0f69926 is described below

commit 0f69926649ee02337c2c2d29f7aa9e95dbd4a1ce
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 6 17:32:31 2023 +0100

    Polish example
---
 jbang/chaos-monkey/ChaosMonkey.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/jbang/chaos-monkey/ChaosMonkey.java b/jbang/chaos-monkey/ChaosMonkey.java
index 3ca94fa..1a3218f 100644
--- a/jbang/chaos-monkey/ChaosMonkey.java
+++ b/jbang/chaos-monkey/ChaosMonkey.java
@@ -1,5 +1,3 @@
-package chaos;
-
 import java.util.Map;
 import java.util.Random;
 import org.apache.camel.BindToRegistry;