The private debug method requires an array of Objects to be passed to
System.out.format.

Any primitive parameters will be autoboxed.

However, the boxing will be performed regardless of whether DEBUG is
true or not.
This is a bit wasteful as DEBUG is false by default.

It may be better to inline the debug method calls.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to