You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/03 15:06:17 UTC

[camel] branch main updated: Regen for commit 08c89e34d1d7587757a0489216f18e93c80e1a4b

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c44d0fa0580 Regen for commit 08c89e34d1d7587757a0489216f18e93c80e1a4b
c44d0fa0580 is described below

commit c44d0fa0580cd71a663940df35d6fb52339d404a
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Mon Apr 3 15:02:04 2023 +0000

    Regen for commit 08c89e34d1d7587757a0489216f18e93c80e1a4b
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java
index 65bfb701dd8..6d6ca0180d6 100644
--- a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java
@@ -152,5 +152,4 @@ public class DefaultClassResolverTest {
         assertNotNull(clazz);
     }
 
-
 }