bruno-roustant commented on code in PR #120: URL: https://github.com/apache/solr-sandbox/pull/120#discussion_r2247323267
########## encryption/src/main/java/org/apache/solr/encryption/EncryptionRequestHandler.java: ########## @@ -615,4 +691,30 @@ private static class PendingKeyId { this.keyId = keyId; } } + + /** + * Internal encryption request status. + */ + private static class RequestStatus { Review Comment: The constructor is used line 557. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org