Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/qpid-proton-j/pull/18#discussion_r225263746
--- Diff:
proton-j/src/main/java/org/apache/qpid/proton/engine/impl/ssl/DefaultSslEngineFacade.java
---
@@ -36,7 +36,7 @@
/**
* Our testing has shown that application buffers need to be a bit
larger
* than that provided by {@link SSLSession#getApplicationBufferSize()}
otherwise
- * {@link Status#BUFFER_OVERFLOW} will result on {@link
SSLEngine#unwrap()}.
+ * {@link Status#BUFFER_OVERFLOW} will result on {@link
SSLEngine#unwrap)}.
--- End diff --
typo on my part. I meant to delete both of the parens from the `()`, that
was my intention (because there is not a parameterless overload of the function)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]