hudeqi commented on code in PR #4288: URL: https://github.com/apache/bookkeeper/pull/4288#discussion_r1568300270
########## bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java: ########## @@ -1098,7 +1098,7 @@ public int getAllocatorPoolingConcurrency() { * the concurrency level to use for the allocator pool * @return configuration object. */ - public T setAllocatorPoolingConcurrenncy(int concurrency) { + public T setAllocatorPoolingConcurrency(int concurrency) { Review Comment: @eolivelli Thanks for your review and suggestions, I have updated and I will follow the removal for old method. -- 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: commits-unsubscr...@bookkeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org