jp-db opened a new pull request, #255: URL: https://github.com/apache/pdfbox/pull/255
`COSObject` overrides the `COSBase#accept` method to visit its inner object. However, this approach limits the ability of an `ICOSVisitor` superclass to define a custom behaviour when a `COSObject` is visited. This patch adds the method `ICOSVisitor#visitFromObject` to provide for flexibility for such cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org