gnodet commented on pull request #4089:
URL: https://github.com/apache/camel/pull/4089#issuecomment-675915485


   @oscerd I've merged the commit.  There were 2 branches in a conditional if 
that could never be executed because they were written like:
   ```
     if ([condition]) {
      ...
     } else if (![condition]) {
      ...
     } else {
      ...
     }
   ```
   So the last branch can never be executed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to