This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b005df0 [Minor] Fix imports
b005df0 is described below
commit b005df081241b92864623947bfeb332b1e183b61
Author: Nicolas Filotto <[email protected]>
AuthorDate: Mon Mar 14 10:44:23 2022 +0100
[Minor] Fix imports
---
.../src/test/java/org/apache/camel/avro/impl/KeyValueProtocolImpl.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-avro-rpc/camel-avro-rpc-component/src/test/java/org/apache/camel/avro/impl/KeyValueProtocolImpl.java
b/components/camel-avro-rpc/camel-avro-rpc-component/src/test/java/org/apache/camel/avro/impl/KeyValueProtocolImpl.java
index bca6770..e990314 100644
---
a/components/camel-avro-rpc/camel-avro-rpc-component/src/test/java/org/apache/camel/avro/impl/KeyValueProtocolImpl.java
+++
b/components/camel-avro-rpc/camel-avro-rpc-component/src/test/java/org/apache/camel/avro/impl/KeyValueProtocolImpl.java
@@ -19,7 +19,6 @@ package org.apache.camel.avro.impl;
import java.util.HashMap;
import java.util.Map;
-import org.apache.avro.AvroRemoteException;
import org.apache.camel.avro.generated.Key;
import org.apache.camel.avro.generated.KeyValueProtocol;
import org.apache.camel.avro.generated.Value;