Salut Gary,
> + if (o1.intValue() % 2 == 0 ^ o2.intValue() % 2 == 0) {
> + return false;
> + } else {
> + return true;
> + }FWIW, you don't need the `else` here. my 2 cents, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
