This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 91a29698d8767ec6ea7fce5c28e0b0ec733c542b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 20 15:26:52 2019 +0100 CAMEL-13316: Fixed CS for Olingo 2 --- .../java/org/apache/camel/component/olingo2/Olingo2ComponentTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/camel-olingo2/camel-olingo2-component/src/test/java/org/apache/camel/component/olingo2/Olingo2ComponentTest.java b/components/camel-olingo2/camel-olingo2-component/src/test/java/org/apache/camel/component/olingo2/Olingo2ComponentTest.java index cdaa7e6..e544b79 100644 --- a/components/camel-olingo2/camel-olingo2-component/src/test/java/org/apache/camel/component/olingo2/Olingo2ComponentTest.java +++ b/components/camel-olingo2/camel-olingo2-component/src/test/java/org/apache/camel/component/olingo2/Olingo2ComponentTest.java @@ -121,7 +121,6 @@ public class Olingo2ComponentTest extends AbstractOlingo2TestSupport { LOG.info("Manufacturer: {}", properties); } - @SuppressWarnings( "unchecked" ) @Test public void testCreateUpdateDelete() throws Exception { final Map<String, Object> data = getEntityData(); @@ -164,7 +163,6 @@ public class Olingo2ComponentTest extends AbstractOlingo2TestSupport { return data; } - @SuppressWarnings( "unchecked" ) @Test public void testBatch() throws Exception { final List<Olingo2BatchRequest> batchParts = new ArrayList<>(); @@ -301,7 +299,6 @@ public class Olingo2ComponentTest extends AbstractOlingo2TestSupport { * Read value of the People object and split the results * into individual messages */ - @SuppressWarnings( "unchecked" ) @Test public void testConsumerReadClientValuesSplitResults() throws Exception { final Map<String, Object> headers = new HashMap<>();