nickva commented on code in PR #4717:
URL: https://github.com/apache/couchdb/pull/4717#discussion_r1285141667


##########
nouveau/src/main/java/org/apache/couchdb/nouveau/api/DocumentDeleteRequest.java:
##########
@@ -24,24 +24,32 @@ public class DocumentDeleteRequest {
     @Positive
     private long seq;
 
+    private boolean purge;
+
     public DocumentDeleteRequest() {
         // Jackson deserialization
     }
 
-    public DocumentDeleteRequest(long seq) {
+    public DocumentDeleteRequest(long seq, final boolean purge) {

Review Comment:
   Since we set the purge sequence once at the end after all the purges have 
been processed do we still need the `purge` field?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to