unrelated note.
With current method definition
```java
    public static void close(Logger log, java.io.Closeable... closeables) {
```

java will create new Object[] for single closeable that is passed to the method.
We'll benefit from a variant that takes only one parameter. Do we ever use this 
method with more than one closeable?

[ Full content available at: https://github.com/apache/bookkeeper/pull/1735 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to