String.format accepts String varargs, so you can get rid of the Object[] creations: ``` throw new IllegalArgumentException(String.format(s, c.getName(), c.getDeclaringClass())); ```
[ Full content available at: https://github.com/apache/geode/pull/2780 ] This message was relayed via gitbox.apache.org for [email protected]
