fortinj66 opened a new pull request #3833: NIFI-6795
URL: https://github.com/apache/nifi/pull/3833
 
 
   Thank you for submitting a contribution to Apache NiFi.
   
   Please provide a short description of the PR here:
   
   #### Description of PR
   
   Fix for NIFI-6795 - change 
     ` 'final Long revision = entry.getRevision().orElse(0L);' `
   to 
    `  'final Long revision = entry.getRevision().orElse(-1L);' "`
   in CouchbaseMapCacheClient.java
   
   
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to