You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/02/16 08:51:43 UTC

[camel] branch master updated: [Minor] Remove unused imports

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

gzurowski 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 a6bf184  [Minor] Remove unused imports
a6bf184 is described below

commit a6bf184a9806f80c6262e3f26dece065f39fcdb6
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 16 09:50:50 2019 +0100

    [Minor] Remove unused imports
---
 core/camel-api/src/main/java/org/apache/camel/MessageHistory.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/MessageHistory.java b/core/camel-api/src/main/java/org/apache/camel/MessageHistory.java
index e3fd0c3..2e529ed 100644
--- a/core/camel-api/src/main/java/org/apache/camel/MessageHistory.java
+++ b/core/camel-api/src/main/java/org/apache/camel/MessageHistory.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel;
 
-import java.util.Date;
-
 /**
  * Represents the history of a Camel {@link Message} how it was routed by the Camel routing engine.
  */