You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/07/10 14:56:55 UTC

[cxf] branch master updated: Fix checkstyle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25e8801  Fix checkstyle
25e8801 is described below

commit 25e88017b49bde5a53bce8dab3ecc93aab6dd040
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Jul 10 10:56:41 2018 -0400

    Fix checkstyle
---
 .../cxf/spring/boot/autoconfigure/CxfAutoConfigurationTests.java     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integration/spring-boot/autoconfigure/src/test/java/org/apache/cxf/spring/boot/autoconfigure/CxfAutoConfigurationTests.java b/integration/spring-boot/autoconfigure/src/test/java/org/apache/cxf/spring/boot/autoconfigure/CxfAutoConfigurationTests.java
index 783a33a..0e9e4b8 100644
--- a/integration/spring-boot/autoconfigure/src/test/java/org/apache/cxf/spring/boot/autoconfigure/CxfAutoConfigurationTests.java
+++ b/integration/spring-boot/autoconfigure/src/test/java/org/apache/cxf/spring/boot/autoconfigure/CxfAutoConfigurationTests.java
@@ -18,6 +18,8 @@
  */
 package org.apache.cxf.spring.boot.autoconfigure;
 
+import java.util.Map;
+
 import org.hamcrest.Matcher;
 import org.springframework.beans.factory.BeanCreationException;
 import org.springframework.boot.test.util.TestPropertyValues;
@@ -34,10 +36,9 @@ import org.junit.rules.ExpectedException;
 import static org.hamcrest.Matchers.equalTo;
 import static org.hamcrest.Matchers.hasEntry;
 import static org.hamcrest.Matchers.hasItem;
+import static org.junit.Assert.assertThat;
 
-import java.util.Map;
 
-import static org.junit.Assert.assertThat;
 
 /**
  * Tests for {@link CxfAutoConfiguration}.