Open GoogleCodeExporter opened 9 years ago
If you look at Line number 9 Collection<string> is causing the <string> at end
of program. If you use any java Generics it is happening and this can't be
fixed as per other issues only work around will be
Use Collection<String>
All generics are by default becoming small letters. I am sad about this same
bug and while poking around found that solution.
Original comment by yesanum...@gmail.com
on 11 Jan 2011 at 8:35
Original issue reported on code.google.com by
psen...@gmail.com
on 19 Jan 2009 at 3:09Attachments: