This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch dataformat in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/dataformat by this push: new 317e0fb Polished 317e0fb is described below commit 317e0fbe1c0d5756843a5e3a68894293fb9092f9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Apr 22 08:40:06 2019 +0200 Polished --- .../org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-saxon/src/test/java/org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java b/components/camel-saxon/src/test/java/org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java index dfaa87f..7ecbba1 100644 --- a/components/camel-saxon/src/test/java/org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java +++ b/components/camel-saxon/src/test/java/org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java @@ -17,7 +17,6 @@ package org.apache.camel.component.xquery; import java.util.Random; -import java.util.concurrent.TimeUnit; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint;