This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9cc0418f8f81d184ea7c57022864a528974c0b79 Author: James Netherton <[email protected]> AuthorDate: Thu May 13 08:42:00 2021 +0100 Reformat code --- .../camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/atlasmap/deployment/src/main/java/org/apache/camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java b/extensions/atlasmap/deployment/src/main/java/org/apache/camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java index 60b2963..9ba0849 100644 --- a/extensions/atlasmap/deployment/src/main/java/org/apache/camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java +++ b/extensions/atlasmap/deployment/src/main/java/org/apache/camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java @@ -105,7 +105,7 @@ class AtlasmapProcessor { @BuildStep void registerNativeImageResources(BuildProducer<ServiceProviderBuildItem> services, - BuildProducer<ReflectiveClassBuildItem> reflectiveClass) { + BuildProducer<ReflectiveClassBuildItem> reflectiveClass) { Stream.of( AtlasConverter.class.getName(), AtlasFieldAction.class.getName(),
