Re: java.util.Objects.equals() fails to compile with static import

2010-11-07 Thread Arul Dhesiaseelan
I stand corrected. Thanks Remi. On Sun, Nov 7, 2010 at 3:35 AM, Rémi Forax wrote: > Le 07/11/2010 07:03, Arul Dhesiaseelan a écrit : > > Hello, >> >> Sorry, if I am posting to the wrong mailing list. It looks the >> java.util.Objects proposal was originally discussed in this forum. I have a >>

Re: java.util.Objects.equals() fails to compile with static import

2010-11-07 Thread Rémi Forax
Le 07/11/2010 07:03, Arul Dhesiaseelan a écrit : Hello, Sorry, if I am posting to the wrong mailing list. It looks the java.util.Objects proposal was originally discussed in this forum. I have a related question about the implementation. I was playing with the java.util.Objects API in the rec