> https://issues.apache.org/jira/browse/FOP-1760
In the original patch there is used Vector for storing ChangeBars collection. http://stackoverflow.com/questions/1386275/why-is-java-vector-class-consider ed-obsolete-or-deprecated I'd suggest replacing it with LinkedList (the order of entries should be kept to handle nesting properly). Or is there any reason for using Vector? Thanks, Jan
<<attachment: winmail.dat>>
