https://issues.apache.org/bugzilla/show_bug.cgi?id=50725
--- Comment #1 from Andreas L. Delmelle <[email protected]> 2011-02-06 12:32:53 EST --- Forgot to add: the key class, the single one that seems to be making it impossible to turn KnuthSequence into a List<ListElement>, is InlineLayoutManager. It's there, in the getNextKnuthElements() method, that you cannot make returnList a List<ListElement> without triggering a compile error. If the issue there were solved, it would be possible to add type safety to the return type of LayoutManager.getNextKnuthElements(), and make it either a List<ListElement> or List<KnuthSequence>. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
