[ 
https://issues.apache.org/jira/browse/CAMEL-19248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708489#comment-17708489
 ] 

Claus Ibsen commented on CAMEL-19248:
-------------------------------------

Yeah that looks like a copy/paste mistake. A PR is welcome to fix that.

> Suspicious ignoring of a variable in CouchbaseConsumer
> ------------------------------------------------------
>
>                 Key: CAMEL-19248
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19248
>             Project: Camel
>          Issue Type: Task
>          Components: camel-couchdb
>            Reporter: Dmitrii Kriukov
>            Priority: Major
>
> CouchbaseConsumer line 93:
> {color:#172b4d}viewOptions.startKey(rangeEndKey).endKey(rangeEndKey);
> I think it should be 
> {color}
> {color:#172b4d}viewOptions.startKey(rangeStartKey).endKey(rangeEndKey);{color}
> {color:#172b4d}Or we should place a comment as why rangeStartKey is ignored
> {color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to