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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b017a23  Polished
b017a23 is described below

commit b017a236b99b25e74227801aabf25e8f2c5956cf
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jan 2 14:52:03 2022 +0100

    Polished
---
 .../src/main/java/org/apache/camel/reifier/InterceptFromReifier.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.java
 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.java
index a216a99..3635838 100644
--- 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.java
+++ 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.java
@@ -31,7 +31,6 @@ public class InterceptFromReifier extends 
InterceptReifier<InterceptFromDefiniti
     }
 
     @Override
-    @SuppressWarnings({ "unchecked", "rawtypes" })
     public Processor createProcessor() throws Exception {
         final Processor child = this.createChildProcessor(true);
 

Reply via email to