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/03/29 08:23:49 UTC

[camel] branch master updated: Camel-google-calendar: Polished

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 7b6c592  Camel-google-calendar: Polished
7b6c592 is described below

commit 7b6c592c13b49681b3b7dc4c88daf27e24d680ec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 29 09:23:18 2019 +0100

    Camel-google-calendar: Polished
---
 .../component/google/calendar/CalendarCalendarListIntegrationTest.java   | 1 -
 .../component/google/calendar/CalendarCalendarsIntegrationTest.java      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarListIntegrationTest.java b/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarListIntegrationTest.java
index 05f7b6c..1e5e8ba 100644
--- a/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarListIntegrationTest.java
+++ b/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarListIntegrationTest.java
@@ -33,7 +33,6 @@ import org.slf4j.LoggerFactory;
  */
 public class CalendarCalendarListIntegrationTest extends AbstractGoogleCalendarTestSupport {
 
-    private static final Logger LOG = LoggerFactory.getLogger(CalendarCalendarListIntegrationTest.class);
     private static final String PATH_PREFIX = GoogleCalendarApiCollection.getCollection().getApiName(CalendarCalendarListApiMethod.class).getName();
 
     @Test
diff --git a/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarsIntegrationTest.java b/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarsIntegrationTest.java
index fab4d44..05d3c86 100644
--- a/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarsIntegrationTest.java
+++ b/components/camel-google-calendar/src/test/java/org/apache/camel/component/google/calendar/CalendarCalendarsIntegrationTest.java
@@ -33,7 +33,6 @@ import org.slf4j.LoggerFactory;
  */
 public class CalendarCalendarsIntegrationTest extends AbstractGoogleCalendarTestSupport {
 
-    private static final Logger LOG = LoggerFactory.getLogger(CalendarCalendarsIntegrationTest.class);
     private static final String PATH_PREFIX = GoogleCalendarApiCollection.getCollection().getApiName(CalendarCalendarsApiMethod.class).getName();
 
     @Test