You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/03/26 10:56:36 UTC

[camel] branch master updated: Fixing core checkstyle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 505064c  Fixing core checkstyle
505064c is described below

commit 505064cfab0afd7720944ea83a3d3fac7f0b1623
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 26 10:55:45 2020 +0000

    Fixing core checkstyle
---
 .../test/java/org/apache/camel/builder/xml/XPathTransformTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTransformTest.java b/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTransformTest.java
index 045699e..559ae1f 100644
--- a/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTransformTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTransformTest.java
@@ -19,13 +19,13 @@ package org.apache.camel.builder.xml;
 import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
 
-import org.hamcrest.Matchers;
-import org.junit.Assume;
 import org.w3c.dom.Document;
 import org.w3c.dom.NodeList;
 
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.language.xpath.XPathBuilder;
+import org.hamcrest.Matchers;
+import org.junit.Assume;
 import org.junit.Test;
 import org.slf4j.Logger;