Open GoogleCodeExporter opened 9 years ago
[deleted comment]
There are 3 errors like this in the library. Some compilers treat it as a
warning and compile, but others treat it as an error. I am not sure why.
However, there is an easy fix. All you need to do is explicitly cast null to
Object:
new MyTask().execute((Object)null);
Original comment by sergei.k...@gmail.com
on 16 Jun 2013 at 12:38
Original issue reported on code.google.com by
mtpouta...@gmail.com
on 15 Dec 2012 at 1:30