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 2019/11/21 09:08:10 UTC

[camel] 02/02: Polished

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

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

commit bfe8df07436bb73447c14c0ad04ff72966335a0c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Nov 21 10:01:50 2019 +0100

    Polished
---
 .../src/main/java/sample/camel/SampleAmqApplication.java                | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/camel-example-spring-boot-activemq/src/main/java/sample/camel/SampleAmqApplication.java b/examples/camel-example-spring-boot-activemq/src/main/java/sample/camel/SampleAmqApplication.java
index bd7b327..6890811 100644
--- a/examples/camel-example-spring-boot-activemq/src/main/java/sample/camel/SampleAmqApplication.java
+++ b/examples/camel-example-spring-boot-activemq/src/main/java/sample/camel/SampleAmqApplication.java
@@ -17,12 +17,10 @@
 package sample.camel;
 
 import org.springframework.boot.SpringApplication;
-import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 
 //CHECKSTYLE:OFF
 @SpringBootApplication
-@EnableAutoConfiguration
 public class SampleAmqApplication {
 
     public static void main(String[] args) {