Repository: camel
Updated Branches:
  refs/heads/master 11a78fd8d -> 33d82ce71


Fix CS


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/33d82ce7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/33d82ce7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/33d82ce7

Branch: refs/heads/master
Commit: 33d82ce7161f40998d22fdf32e872c0f2e1c40b2
Parents: 11a78fd
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Mon Jan 2 18:04:56 2017 +0100
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Mon Jan 2 18:04:56 2017 +0100

----------------------------------------------------------------------
 .../camel/example/spring/boot/MySpringBootApplication.java      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/33d82ce7/examples/camel-example-spring-boot/src/main/java/org/apache/camel/example/spring/boot/MySpringBootApplication.java
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-spring-boot/src/main/java/org/apache/camel/example/spring/boot/MySpringBootApplication.java
 
b/examples/camel-example-spring-boot/src/main/java/org/apache/camel/example/spring/boot/MySpringBootApplication.java
index c561692..4aa91e9 100644
--- 
a/examples/camel-example-spring-boot/src/main/java/org/apache/camel/example/spring/boot/MySpringBootApplication.java
+++ 
b/examples/camel-example-spring-boot/src/main/java/org/apache/camel/example/spring/boot/MySpringBootApplication.java
@@ -20,7 +20,9 @@ import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 
 @SpringBootApplication
-public class MySpringBootApplication {
+public final class MySpringBootApplication {
+    private MySpringBootApplication() {
+    }
 
     /**
      * A main method to start this application.
@@ -28,5 +30,4 @@ public class MySpringBootApplication {
     public static void main(String[] args) {
         SpringApplication.run(MySpringBootApplication.class, args);
     }
-
 }

Reply via email to