Hi I have own class ItemsList, which extends LinkedList<Item>. It's used by Category class. While saving Category.java it get following error: Field "items" in class "Category" has been defined as a Collection but the element type has not been specified!
I googled this error but found only questions and no answers. How can I fix it? Does it mean I can use only standard types? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
