cxf git commit: Disabling checkstyle for the spring_boot_scan RegistryApplication

2016-10-17 Thread sergeyb
Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes b0673b54a -> 2d4648516


Disabling checkstyle for the spring_boot_scan RegistryApplication


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2d464851
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2d464851
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2d464851

Branch: refs/heads/3.1.x-fixes
Commit: 2d4648516a5b4043c4250b039ac441878d6a734c
Parents: b0673b5
Author: Sergey Beryozkin 
Authored: Mon Oct 17 13:33:19 2016 +0100
Committer: Sergey Beryozkin 
Committed: Mon Oct 17 13:35:25 2016 +0100

--
 .../src/main/java/registry/eureka/RegistryApplication.java| 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/2d464851/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
--
diff --git 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
index e5fc30e..0cbdc6e 100644
--- 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
+++ 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
@@ -24,10 +24,9 @@ import 
org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
 
 @SpringBootApplication
 @EnableEurekaServer
-public static final class RegistryApplication {
-private RegistryApplication() {
-}
-
+//CHECKSTYLE:OFF
+public class RegistryApplication {
+//CHECKSTYLE:ON
 public static void main(String[] args) {
 SpringApplication.run(RegistryApplication.class, args);
 }



cxf git commit: Disabling checkstyle for the spring_boot_scan RegistryApplication

2016-10-17 Thread sergeyb
Repository: cxf
Updated Branches:
  refs/heads/master ee9002fe8 -> 910f37767


Disabling checkstyle for the spring_boot_scan RegistryApplication


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/910f3776
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/910f3776
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/910f3776

Branch: refs/heads/master
Commit: 910f37767518832cce843c2a093ee833b7c48916
Parents: ee9002f
Author: Sergey Beryozkin 
Authored: Mon Oct 17 13:33:19 2016 +0100
Committer: Sergey Beryozkin 
Committed: Mon Oct 17 13:33:19 2016 +0100

--
 .../src/main/java/registry/eureka/RegistryApplication.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/910f3776/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
--
diff --git 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
index 2a3cdd4..0cbdc6e 100644
--- 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
+++ 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/src/main/java/registry/eureka/RegistryApplication.java
@@ -24,8 +24,9 @@ import 
org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
 
 @SpringBootApplication
 @EnableEurekaServer
+//CHECKSTYLE:OFF
 public class RegistryApplication {
-
+//CHECKSTYLE:ON
 public static void main(String[] args) {
 SpringApplication.run(RegistryApplication.class, args);
 }