Hi again, + private static Object[] toArray(Object arg) { + Object[] args = {arg}; + if (arg == null) { + args = null; + } + return args; + }
as I wrote you in the other email. best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org