GWT: stange import collision error in visualisation api
Posted
by parag_
on Stack Overflow
See other posts from Stack Overflow
or by parag_
Published on 2010-05-29T18:15:01Z
Indexed on
2010/05/29
18:22 UTC
Read the original article
Hit count: 267
hi,
I'm attempting to add two charts to a gwt page using the visualization api, but for some strange and inexplicable reason, eclipse claims that the following two imports are colliding - which makes no sense to me.
In the methods where i am calling them, I have even tried using the fully qualified names, but that doesnt seem to help either. Any idea what may be going on ?
import com.google.gwt.visualization.client.visualizations.Table.Options;
import com.google.gwt.visualization.client.visualizations.LineChart.Options;
© Stack Overflow or respective owner