tabish121 commented on a change in pull request #1:
URL: https://github.com/apache/qpid-protonj2/pull/1#discussion_r695224738
##########
File path:
protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientReceiverBuilder.java
##########
@@ -253,7 +253,7 @@ private ReceiverOptions getDefaultReceiverOptions() {
receiverOptions.drainTimeout(sessionOptions.drainTimeout());
}
- defaultReceivernOptions = receiverOptions;
+ defaultReceiverOptions = receiverOptions;
Review comment:
Not a concern here as these are immutable and at most this will let one
extra copy through before settling
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]