On Sep 24, 5:38 pm, "Xavier Mathews" <[EMAIL PROTECTED]> wrote:
> Is there a fix?

Thanks to the pointers above, the following took away the Eclipse
messages.  In the code above I had:

    Map map = new HashMap();

I changed this to:

    Map<String, String> map = new HashMap<String, String>();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to