remove unnecessary parens
-        rc = (rc == null) ? new Resources() : rc;
+        rc = rc == null ? new Resources() : rc;

Do you really think it reads better? I personally refuse operator
precedence to rule my life ;-) --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to