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 2022/08/06 07:40:52 UTC

[camel-kameleon] 01/03: Polished

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-kameleon.git

commit a850ba9a20f132e9e3a4c97c123bc980b0405b2d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:18:08 2022 +0200

    Polished
---
 src/main/java/org/apache/camel/kameleon/generator/GeneratorService.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/camel/kameleon/generator/GeneratorService.java b/src/main/java/org/apache/camel/kameleon/generator/GeneratorService.java
index 9b3c3d5..4db7156 100644
--- a/src/main/java/org/apache/camel/kameleon/generator/GeneratorService.java
+++ b/src/main/java/org/apache/camel/kameleon/generator/GeneratorService.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.camel.kameleon.generator;
 
 import io.vertx.mutiny.core.Vertx;