sijie commented on a change in pull request #183: BOOKKEEPER-588 SSL Support
for Bookkeeper
URL: https://github.com/apache/bookkeeper/pull/183#discussion_r124878773
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java
##########
@@ -255,7 +255,7 @@ void submitCallback(final int rc) {
ReferenceCountUtil.release(toSend);
if (LOG.isDebugEnabled()) {
- LOG.debug("Submit callback (lid:{}, eid: {}). rc:{}", new Object[]
{ lh.getId(), entryId, rc });
+ LOG.debug("Submit callback (lid:{}, eid: {}). rc:{}", lh.getId(),
entryId, rc);
Review comment:
don't we need "new Object[] { }" here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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