> On 19 Aug 2016, at 04:28, Simon Steiner <[email protected]> wrote: > > Hi, > > > > Cosarray has: > > public List<?> toList() > > > > does that mean I need to explicitly cast to list<cosbase>, how come it > doesn't return List<COSBase>?
I think this my have been an oversight when PDFBox was originally ported to make use of Java 5 generics. Seems like something we could change. — John > > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
