Code compiled against previous releases could rely on F.initSymbols();
The new code only has F.initSymbols(String s);
After looking at the implementation, I propose that you should add an
overloaded call to preserve backwards compatibility:
public F.initSymbols() {
F.initSymbols(null);
}
Thanks!
Original issue reported on code.google.com by Speis...@gmail.com on 21 Oct 2009 at 3:52
Original issue reported on code.google.com by
Speis...@gmail.com
on 21 Oct 2009 at 3:52