From: Alain B. <alb...@gm...> - 2014-09-06 20:23:38
|
I want to have my own subclass MyWebClient which will extend WebClient. This to add a method (where I will clear any timers running before waiting for javascript) and my question is Eclipse put me a warning because I didn't declare a static final serialVersionUID field of type long. But when I look with Eclipse the source code of the WebClient class there no UID and Eclipse is not showing any warning. Is this important, could I ignore the warning ? Regards Alain |