https://issues.apache.org/bugzilla/show_bug.cgi?id=52829
--- Comment #3 from Jesse Glick <[email protected]> 2012-03-09 14:54:19 UTC --- (In reply to comment #2) > FileSet.iterator() returns Object type. It returns (raw) Iterable today, the elements of which are in fact guaranteed to be assignable to Resource. The proposal is to specify it as Iterable<Resource> now that we can use generics. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
