| Problem with <List > declaration [message #410499] |
Sat, 27 June 2009 11:57  |
paulor Messages: 15 Registered: December 2008 |
Junior Member |
|
|
Hello,
I have a strange problem. Whenever I want to declare a LIST type in my Java class, each list declaration is underlined by red and hint message is "Class/Interface: Unexpected Token".
I added appriopriate imports (import java.util.List;
import java.util.ArrayList;) and I haven't got idea what can be wrong. Every help will be appreciated.
|
|
|
|
|
| Re: Problem with <List > declaration [message #410893 is a reply to message #410499] |
Tue, 30 June 2009 23:41  |
Frank Messages: 7243 Registered: March 2000 |
Senior Member |
|
|
Show us a snippet of your code; how else can we tell you what's wrong with it?
From your description I can only conclude one thing: there is no such class or interface as a LIST.
[Updated on: Tue, 30 June 2009 23:41]
|
|
|