valerybokov commented on PR #107:
URL: https://github.com/apache/pdfbox/pull/107#issuecomment-1465123288

   Hi, @THausherr! The second parameter of the 
COSWriterObjectStream.writeObject method is of type Object. But you always send 
COSBase type (you can change Object type to COSBase for line 401 in your code). 
This means that the writeOperator inside writeObject is redundant. I think, 
there is some bug.


-- 
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

Reply via email to