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: [email protected] For additional commands, e-mail: [email protected]
