Error Message : type List does not take parametersI have imported "import java.awt.List;" but not "import java.util.List;", should use "import java.util.List;" instead:
import java.util.List;
Reference:
http://stackoverflow.com/questions/22955621/error-type-list-does-not-take-parameters
No comments :
Post a Comment