Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF84211EF8 for ; Mon, 22 Sep 2014 15:09:26 +0000 (UTC) Received: (qmail 4925 invoked by uid 500); 22 Sep 2014 15:09:26 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 4874 invoked by uid 500); 22 Sep 2014 15:09:26 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 4771 invoked by uid 99); 22 Sep 2014 15:09:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 15:09:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 59FA49D10C9; Mon, 22 Sep 2014 15:09:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@camel.apache.org Date: Mon, 22 Sep 2014 15:09:27 -0000 Message-Id: <4e5610214f8f4d7b977538e97abd0f55@git.apache.org> In-Reply-To: <5ce85e04c5954a9aa292872d90e6c31b@git.apache.org> References: <5ce85e04c5954a9aa292872d90e6c31b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: fix CS error of atmosphere-websocket/test fix CS error of atmosphere-websocket/test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f7bbcea7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f7bbcea7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f7bbcea7 Branch: refs/heads/camel-2.14.x Commit: f7bbcea7f3a8e08fdcc5891dab8efd2d0bfe3c6b Parents: c9eb078 Author: Akitoshi Yoshida Authored: Mon Sep 22 17:05:59 2014 +0200 Committer: Akitoshi Yoshida Committed: Mon Sep 22 17:09:00 2014 +0200 ---------------------------------------------------------------------- .../component/atmosphere/websocket/MemoryWebSocketStoreTest.java | 1 - .../atmosphere/websocket/WebsocketCamelRouterTestSupport.java | 1 - .../WebsocketComponentConfigurationAndDocumentationTest.java | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f7bbcea7/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/MemoryWebSocketStoreTest.java ---------------------------------------------------------------------- diff --git a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/MemoryWebSocketStoreTest.java b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/MemoryWebSocketStoreTest.java index 8a9b325..398c5f4 100644 --- a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/MemoryWebSocketStoreTest.java +++ b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/MemoryWebSocketStoreTest.java @@ -18,7 +18,6 @@ package org.apache.camel.component.atmosphere.websocket; import java.util.UUID; -import org.apache.camel.component.atmosphere.websocket.MemoryWebSocketStore; import org.atmosphere.websocket.WebSocket; import org.easymock.EasyMock; import org.junit.Assert; http://git-wip-us.apache.org/repos/asf/camel/blob/f7bbcea7/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketCamelRouterTestSupport.java ---------------------------------------------------------------------- diff --git a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketCamelRouterTestSupport.java b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketCamelRouterTestSupport.java index d3f5099..569354f 100644 --- a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketCamelRouterTestSupport.java +++ b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketCamelRouterTestSupport.java @@ -16,7 +16,6 @@ */ package org.apache.camel.component.atmosphere.websocket; -import org.apache.camel.component.atmosphere.websocket.CamelWebSocketServlet; import org.apache.camel.test.AvailablePortFinder; import org.apache.camel.test.junit4.CamelTestSupport; import org.eclipse.jetty.server.Connector; http://git-wip-us.apache.org/repos/asf/camel/blob/f7bbcea7/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketComponentConfigurationAndDocumentationTest.java ---------------------------------------------------------------------- diff --git a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketComponentConfigurationAndDocumentationTest.java b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketComponentConfigurationAndDocumentationTest.java index 443ad3a..727614d 100644 --- a/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketComponentConfigurationAndDocumentationTest.java +++ b/components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketComponentConfigurationAndDocumentationTest.java @@ -19,7 +19,6 @@ package org.apache.camel.component.atmosphere.websocket; import org.apache.camel.CamelContext; import org.apache.camel.ComponentConfiguration; import org.apache.camel.EndpointConfiguration; -import org.apache.camel.component.atmosphere.websocket.WebsocketComponent; import org.apache.camel.impl.DefaultCamelContext; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test;