You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/28 08:50:00 UTC

[camel] branch master updated: Fixed CS for Camel-Weather

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

acosentino 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 7c38a4f  Fixed CS for Camel-Weather
7c38a4f is described below

commit 7c38a4f6f9f3573969d6c14cdc655830336520af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 28 09:49:43 2019 +0100

    Fixed CS for Camel-Weather
---
 .../main/java/org/apache/camel/component/weather/WeatherEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-weather/src/main/java/org/apache/camel/component/weather/WeatherEndpoint.java b/components/camel-weather/src/main/java/org/apache/camel/component/weather/WeatherEndpoint.java
index 0c6299b..3fdf08d 100644
--- a/components/camel-weather/src/main/java/org/apache/camel/component/weather/WeatherEndpoint.java
+++ b/components/camel-weather/src/main/java/org/apache/camel/component/weather/WeatherEndpoint.java
@@ -19,9 +19,9 @@ package org.apache.camel.component.weather;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.support.DefaultPollingEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.support.DefaultPollingEndpoint;
 
 /**
  * Polls the weather information from Open Weather Map.